Skip to content

Instantly share code, notes, and snippets.

@contolini
Created May 3, 2017 16:04
Show Gist options
  • Save contolini/68f1025a7feab9afb1e23ae8494488f6 to your computer and use it in GitHub Desktop.
Save contolini/68f1025a7feab9afb1e23ae8494488f6 to your computer and use it in GitHub Desktop.
Running jenkins locally
#!/bin/sh
# I'm typing this from memory so YMMV
curl -o ~/Downloads/jenkins.war https://updates.jenkins-ci.org/download/war/2.46.1/jenkins.war
nohup java -jar ~/Downloads/jenkins.war --httpPort=9876
open http://localhost:9876/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment