-
-
Save eserdinyo/7530f43f9ad3e976b6a78e64190c538f 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