Hello, Fellow Jenkins-ites!

Over the last several weeks, on some evenings, precisely at midnight, our
Jenkins (1.536) appears to be submitting EVERY active (i.e. not disabled)
job into the queue, and either simultaneously, or as a result, Jenkins goes
into "Preparing for Shutdown" mode, thus all jobs are marked as pending
(they are listed in the queue with a little "clock" icon beside them).

I have been using a Job of type "Build Flow" to build our normal jobs in
order for close to a year now, and I recently split that into two different
flows that are each scheduled to run at different times/days.  Neither of
these are scheduled to run at midnight, by the way.  In fact, here are the
CRONs for each:

Flow #1:

# Run at 6PM on Monday through Saturday
0 18 * * 1-6
# Run at 5PM on Sunday
0 17 * * 0

Flow #2:

# Run at noon on Saturday
0 12 * * 6

The odd thing is that there are a handful of jobs that are not in either of
these flows and are never explicitly scheduled to run.  They are utility
jobs that we only want to build manually once in a while.  These jobs are
also submitted to the queue when this occurs at midnight!  Also, as I
mentioned, this only happens every two or three days, NOT every night.

Has anyone else seen this behavior?  I read some threads that suggested the
Backup Plugin might be the culprit, and while we have that plugin installed,
to my knowledge we are not using it.

Thanks for any help!
Stephan M.




--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Jenkins-Preparing-for-Shutdown-on-its-own-tp4680207.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to