We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not sure how to define it, as a bug or feature. sorry.. Am I missing anything?
RHEL9.2
The Stages Graph only appears when the stage declaration includes the parallel:
stage
parallel
stage("foo") { parallel() }
Stages graph would not appear correctly when the stages declarations are inside parallel:
parallel( "bar": { stage("foo") {} })
Seeing the stage names in the pipeline overview.
Seeing "parallel" stage, and inside you can see the actual stage names.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jenkins and plugins versions report
Stages Graph Behavior in Parallel Execution
not sure how to define it, as a bug or feature. sorry.. Am I missing anything?
What Operating System are you using (both controller, and any agents involved in the problem)?
RHEL9.2
Reproduction steps
The Stages Graph only appears when the
stage
declaration includes theparallel
:Stages graph would not appear correctly when the stages declarations are inside parallel:
Expected Results
Seeing the stage names in the pipeline overview.
Actual Results
Seeing "parallel" stage, and inside you can see the actual stage names.
The text was updated successfully, but these errors were encountered: