Brian Murrell created JENKINS-13445:
---------------------------------------

             Summary: join trigger doesn't work in a promotion process
                 Key: JENKINS-13445
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13445
             Project: Jenkins
          Issue Type: Bug
          Components: join
    Affects Versions: current
         Environment: Jenkins 1.458
            Reporter: Brian Murrell
            Assignee: mdonohue
            Priority: Critical
         Attachments: Promotion.png, Standalone.png

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:

{code}
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
{code}

and the standalone job executing it:

{code}
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
{code}

Happy to try to provide more information as required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to