-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.107.2
It would be great to have following feature for parallel steps:
One or several steps are dependent on one of other steps. It/they start working only after parent step is ready (here should be options to run always, if succeeded, if failed, if aborted)
It will be needed if N steps should run in parallel but one of then preparing something for some of them, so dependent steps should begin to run as soon as preparation step finished.
Would this improve parallel stages to be able to express a Directed Acyclic Graph (DAG) in which order stages should be executed?
Would this be the equivalent of the needs keyword in Gitlab jobs and Github workflows?