-
Improvement
-
Resolution: Fixed
-
Major
-
None
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.