Skip to content
New issue

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

(multiple) "stage" declarations inside parallel() apear as "Parallel" #589

Open
seab4ng opened this issue Feb 17, 2025 · 0 comments
Open

Comments

@seab4ng
Copy link

seab4ng commented Feb 17, 2025

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 the parallel:

stage("foo") {
  parallel() 
}

Stages graph would not appear correctly when the stages declarations are inside parallel:

parallel(
   "bar": {
       stage("foo") {}
})

Expected Results

Seeing the stage names in the pipeline overview.

Actual Results

Seeing "parallel" stage, and inside you can see the actual stage names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant