Created
December 17, 2015 12:29
-
-
Save w25r/9d0a494b25b8018a6eaf to your computer and use it in GitHub Desktop.
Start Jenkins from a war
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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