-
-
Save hxmwr/4fcfca6b039aa61731741ce390270496 to your computer and use it in GitHub Desktop.
Start and Stop Jenkins on OSX
This file contains 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
# 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