How to stop Jenkins installed on Mac Snow Leopard?

后端 未结 8 1746
感动是毒
感动是毒 2020-12-12 09:54

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

8条回答
  •  暖寄归人
    2020-12-12 10:14

    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).

提交回复
热议问题