-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Jenkins 1.458
If I create the exact same configuration for downstream jobs and join trigger in a promotion action as I do a stand alone job, the join trigger is executed in the standalone job but is not executed in the promotion action. I will attach screen shots of my two jobs.
Here is the "coeus" job (the downstream job that the join waits for) output showing the promotion process not executing the join trigger:
Legacy code started this job. No cause information is available Building on master in workspace /home/brian/coeus Triggering x86_64,el6 x86_64,el6 completed with result SUCCESS Triggering a new build of update-mirror #33 Notifying upstream projects of job completion Finished: SUCCESS
and the standalone job executing it:
Started by upstream project "foo" build number 17 Building on master in workspace /home/brian/coeus Triggering x86_64,el6 x86_64,el6 completed with result SUCCESS Notifying upstream build foo #17 of job completion All downstream projects complete! Triggering a new build of chroma-internal-test #18 Triggering a new build of update-mirror #32 Notifying upstream projects of job completion Notifying upstream of completion: foo #17 Finished: SUCCESS
Happy to try to provide more information as required.