-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
All
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.
Same thing here, I spent quite some time assuming the projects would be executed in order, only to find out that they aren't. Obviously, the triggered projects are executed in alphabetical order of their names, so a workaround is currently to ensure dependent projects have "greater" names than the other projects.
But I would really like to define the order when creating the initial project in the first place.