Detailed introduction and implementation of Jenkins shutdown and restart

Jenkins shutdown and restart

We use Jar - jar Jenkins War to start the Jenkins server, so how do we shut down or restart the Jenkins server? After searching, the corresponding method was found

Shut down Jenkins service

Just add exit after accessing the Jenkins server URL. For example, my Jenkins address http://localhost:8080/ , then I just need to type in the browser address bar http://localhost:8080/exit The website can close the Jenkins service

Press return to jump to the following page:

After clicking the try posting button, the Jenkins server will be shut down directly.

Restart Jenkins server

After changing the exit above to restart, you can restart the Jenkins server.

After pressing return, the following interface appears:

Click the Yes button to restart Jenkins.

heavy load

You can reload the configuration information by changing the above restart to reload.

Press return to jump to the following interface:

Click the try posting button to reload the configuration.

Thank you for reading, hope to help you, thank you for your support to this site!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>