-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
[JENKINS-53537] Zuul layout.yaml has provided with list of CHECK/GATE/POST jenkins jobs. But Zuul triggers each job multiple times at one particular time. Zuul and Jenkins Master & Slaves are in docker containers. Jenkins version: 1.625.3.
Assignee | New: Erina Gomi [ 0000144223 ] |
I had a "Gearman plugin reload groovy script" scheduled everyday in Jenkins.
This reload disables and enables the plugin , hence the jobs which are running on that Jenkins server are once again triggered.
Say, if some 50 jobs are running , all those 50 jobs are re-triggered once again and the already building jobs are untouched.
This reload is done if Zuul is not able to contact the Jenkins masters. Need to know other way to refresh connection between Zuul and Jenkins.