jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-12480] Build step that runs multiple jobs in parallel, and blocks until all are complete
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
We would like to kick off multiple test jobs as build steps, and block waiting for them all to finish. Currently the execute serially. But we have lots of available resources to run them, so it would be so nice to run them in parallel, and get the results in 1 hour, rather than many.
---
Originally reported by gorillacoder, imported from: Build step that runs multiple jobs in parallel, and blocks until all are complete
Raw content of original issue
We would like to kick off multiple test jobs as build steps, and block waiting for them all to finish. Currently the execute serially. But we have lots of available resources to run them, so it would be so nice to run them in parallel, and get the results in 1 hour, rather than many.
2 attachments
- [Screen Shot 2016-12-09 at 5.48.19 PM.png](https://issues.jenkins.io/secure/attachment/35129/Screen%20Shot%202016-12-09%20at%205.48.19%20PM.png)
> 
- [Screen Shot 2018-01-11 at 1.03.31 PM.png](https://issues.jenkins.io/secure/attachment/41106/Screen%20Shot%202018-01-11%20at%201.03.31%20PM.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.