How to stop Jenkins installed on Mac Snow Leopard?

后端 未结 8 1715
感动是毒
感动是毒 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:13

    For 1.505 you can use web api

    http://localhost:8080/exit
    http://localhost:8080/restart
    http://localhost:8080/reload
    

提交回复
热议问题