Created
June 21, 2015 08:39
-
-
Save krazylearner/5c8976009eb312caaa30 to your computer and use it in GitHub Desktop.
Script to start jenkins from windows command line
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
| net stop jenkins | |
| java -Dhudson.util.ProcessTree.disable=true -jar "C:\Program Files (x86)\Jenkins\jenkins.war" --httpPort=8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment