Skip to content

Instantly share code, notes, and snippets.

@w25r
Created December 17, 2015 12:29
Show Gist options
  • Save w25r/9d0a494b25b8018a6eaf to your computer and use it in GitHub Desktop.
Save w25r/9d0a494b25b8018a6eaf to your computer and use it in GitHub Desktop.
Start Jenkins from a war
SET JENKINS_HOME=C:\jenkins
SET JAVA_EXE="c:\Program Files\Java\jre1.8.0_65\bin\java.exe"
%JAVA_EXE% -jar jenkins.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment