Skip to content

Instantly share code, notes, and snippets.

@ryanpadilha
Forked from ehuynh/gist:2572398
Created September 17, 2018 19:45
Show Gist options
  • Select an option

  • Save ryanpadilha/0b54ea13dd000985ecda8bd5590db384 to your computer and use it in GitHub Desktop.

Select an option

Save ryanpadilha/0b54ea13dd000985ecda8bd5590db384 to your computer and use it in GitHub Desktop.
Start and Stop Jenkins on OSX
# start
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
# stop
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment