[ 
https://issues.jenkins-ci.org/browse/JENKINS-12488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159039#comment-159039
 ] 

Brian Parker commented on JENKINS-12488:
----------------------------------------

New pull request - 
https://github.com/jenkinsci/parameterized-trigger-plugin/pull/16
                
> Need to get the name and number of ALL triggered builds (multiple triggered 
> builds)
> -----------------------------------------------------------------------------------
>
>                 Key: JENKINS-12488
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12488
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: parameterized-trigger
>    Affects Versions: current
>            Reporter: Brian Parker
>            Assignee: huybrechts
>
> Created this issue by cloning JENKINS-11345, which it is similar to.  
> JENKINS-11345 handles the case where you only care about the last triggered 
> build or if you only trigger 1 build.  If you are triggering multiple builds, 
> you might want to know about all of them.  In particular, the case we have is 
> that we are triggering multiple instances of the same worker job concurrently 
> (with different parameters).  After blocking, in a later build step, we need 
> to copy artifacts from all triggered builds so that we can create the test 
> results.  We can't just copy artifacts from the last completed build because 
> other triggering jobs are using this same worker job.

--
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