-
Bug
-
Resolution: Unresolved
-
Major
-
x86_64 GNU/Linux
We use the join plugin to send out build completion emails when all the downstream builds are complete. Our builds usually take longer than 12 hours and they are triggered every 12 hours, so there is a period of time when the new build is waiting for the previous build to finish.
Join pluggin is supposed to trigger when all downstream builds are complete, but it never does so.
It's a similar situation with our configuration.
There is a base-test-job which starts detailed test-jobs when finished.
When the detailed-test-jobs have finished and there are no errors, a info-job should get started ... but ... sometimes the trigger doesn't work and the info-job has to be started manually.
(We are working with Jenkins 1.499)