Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins is going to shut down

Tags:

jenkins

hudson

A strange thing happen sometime, Jenkins start displaying " Jenkins is going to shut down" even when nobody turned this message on and restarting Jenkins.

Screenshot:

enter image description here

like image 837
user3232823 Avatar asked Oct 06 '14 14:10

user3232823


People also ask

How do I stop Jenkins from shutting down?

Jenkins provides a set of commands to safely stop/restart Jenkins by putting it in a quiet mode. cancelQuietDown: Cancel the effect of the “quiet-down” command. safeRestart: Put Jenkins into the quiet mode, wait for existing builds to be completed, and then restart Jenkins.

How long does it take for Jenkins to restart?

I also restarted the Jenkins service and it worked. It did take 3-4 minutes after I restarted the service for the page to load up, though. So make sure you're patient before moving on to something else.


1 Answers

I have a plug in "Thin backup" which was configured to shut down after back up. Changed this setting and it is working fine now. It's bit tricky to find it because this plug in is not under configure system, its under manage jenkins. You can easily miss it.

As mentioned by Florian below the ThinBackup setting in question is named Wait until Jenkins/Hudson is idle to perform a backup which comes with a Force Jenkins to quiet mode after specified minutes.

like image 105
user3232823 Avatar answered Sep 20 '22 18:09

user3232823