Skip to content

Instantly share code, notes, and snippets.

@krazylearner
Created June 21, 2015 08:39
Show Gist options
  • Select an option

  • Save krazylearner/5c8976009eb312caaa30 to your computer and use it in GitHub Desktop.

Select an option

Save krazylearner/5c8976009eb312caaa30 to your computer and use it in GitHub Desktop.
Script to start jenkins from windows command line
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