-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.332.3, Blue Ocean 1.25.3
When creating parallel steps inside on a parallel step, they are visualized incorrectly (on the same level).
Attaching a screenshot of the current state, and a visualization of the desired state.
- relates to
-
JENKINS-62773 Allow for nesting Parallel and Matrix blocks
-
- Open
-
A similar issue for another plugin, with discussion: Support for visualizing pipeline with nested parallel stages · Issue #51 · jenkinsci/pipeline-graph-view-plugin
But according to JENKINS-62773, nested parallel stages don't work in declarative pipelines at build time either. The error "matrix" or "parallel" cannot be nested inside another "matrix" or "parallel" is detected in ModelValidatorImpl.groovy.
Or perhaps I misunderstand and this issue is about parallel steps while those two are about parallel stages.