I have installed Jenkins executable on OSX, but now I want to stop it running. Whenever I kill it, no matter how, it just restarts immediately.
I\'ve tried using the
For 1.505 you can use web api
http://localhost:8080/exit
http://localhost:8080/restart
http://localhost:8080/reload
I had to unload/load the LaunchAgents:
sudo launchctl unload /Library/LaunchAgents/org.jenkins-ci.plist
sudo launchctl load /Library/LaunchAgents/org.jenkins-ci.plist
I'm on Sierra (10.12.3).