jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-18486] When providing multiple jobs to run, support running them one after another and not all together
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
When I set the "Projects to build" to a multiple list of jobs, I'd like the option to run them serialized and not parallel.
A use case:
- I set the "Projects to build" to jobs A,B,C.
- Job B needs the output of an action from job A and C needs from A and B.
Chaining them hard coded in not acceptable as the "Projects to build" chain is dynamic and is a parameter itself.
---
Originally reported by eldada, imported from: When providing multiple jobs to run, support running them one after another and not all together
Raw content of original issue
When I set the "Projects to build" to a multiple list of jobs, I'd like the option to run them serialized and not parallel.
A use case:
- I set the "Projects to build" to jobs A,B,C.
- Job B needs the output of an action from job A and C needs from A and B.
Chaining them hard coded in not acceptable as the "Projects to build" chain is dynamic and is a parameter itself.
- environment:
All
Contributor guide
Assessment
This issue has not been assessed yet.