How to stop Jenkins installed on Mac Snow Leopard?

后端 未结 8 1740
感动是毒
感动是毒 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条回答
  •  -上瘾入骨i
    2020-12-12 10:01

    1. sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

    2. UI -> jenkins --> manage jenkins --> prepare for shutdown

    3. brew services stop jenkins --all

提交回复
热议问题