See the answer in English> How to stop Jenkins installed on Mac Snow Leopard? 7 of them
I installed Jenkins on my local machine. It runs fine and works normally. Stop and What is the correct way to start the server?
I installed Jenkins on my local machine. It runs fine and works normally. Stop and What is the correct way to start the server?
You can use launchctl to start and stop Jenkins.
Start
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
Stop
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
See answer in English> How to stop Jenkins installed on Mac Snow Leopard? How to stop Jenkins installed on Mac Snow Leopard? I am in 7 of me
Jenkins is installed on the local machine. It runs fine and works fine. What is the correct way to stop and start the server?
You can use launchctl to start and stop Jenkins.
Start
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
Stop
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist