Just recently made a switch to a better work machine, being the retina Macbook Pro, and other day I've decided to nibble around Jenkins.
After installation, Jenkins daemon fired up right away after that, and the browser pops up and loads the localhost 8080 to the Jenkins console.
So basically there are two command lines that you should remember to start and stop the Jenkins daemon:
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
After installation, Jenkins daemon fired up right away after that, and the browser pops up and loads the localhost 8080 to the Jenkins console.
So basically there are two command lines that you should remember to start and stop the Jenkins daemon:
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
Comments
Post a Comment