-
-
Save deepakkadarivel/1c6135eafdbc0f8d8051a7a7f6e514db to your computer and use it in GitHub Desktop.
Start and Stop Jenkins on OSX
This file contains hidden or 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