Ow to stop Jenkins? -How to shut down my Jenkins safely?

I run Jenkins in its own container. I use the command 

nohup java -jar jenkins.war --httpsPort=8443

How to stop Jenkins safely? Right now, I use the kill command to kill the process.


Answered by David Piper

To stop the Jenkins you need to use:

  http://[jenkins-server]/exit

This will shut down the Jenkins slowly.



Your Answer

Interviews

Parent Categories