Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in DevOps and Agile by (29.3k points)

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

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

How do I shut it down safely? Right now, I use the kill command to kill the process.

1 Answer

+1 vote
by (50.2k points)

To stop the Jenkins you need to use:

http://[jenkins-server]/exit

This will shut down the Jenkins slowly.

Browse Categories

...