You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Amazon Linux 2023 on controller and agents
Reproduction steps
Create a pipeline with a stage called 'Build' that in turn contains a parallel block containing a set of stages which each contain sequential stages, several of which are also named 'Build'. Conditionally skip any of the parallel stages (using when conditions).
The overall stage model of relevance looks essentially like this:
'Build' stage
parallel
'A' stage, conditionally executed
'Build' stage
'Test' stage
'B', conditionally executed
'Build' stage
'Test' stage
Expected Results
All stages render in appropriate fashion (e.g., gray circles, green checks, etc.); none are hidden.
Actual Results
None of the stages under the top-level 'Build' stage are rendered; it looks like this:
(The earlier and later stages can be ignored for the purposes of this bug; they're not relevant)
Anything else?
If the top-level 'Build' stage is renamed to something else (that is not duplicated with another stage name), everything renders as intended.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Amazon Linux 2023 on controller and agents
Reproduction steps
Create a pipeline with a stage called 'Build' that in turn contains a
parallel
block containing a set of stages which each contain sequential stages, several of which are also named 'Build'. Conditionally skip any of the parallel stages (usingwhen
conditions).The overall stage model of relevance looks essentially like this:
Expected Results
All stages render in appropriate fashion (e.g., gray circles, green checks, etc.); none are hidden.
Actual Results
None of the stages under the top-level 'Build' stage are rendered; it looks like this:
(The earlier and later stages can be ignored for the purposes of this bug; they're not relevant)
Anything else?
If the top-level 'Build' stage is renamed to something else (that is not duplicated with another stage name), everything renders as intended.
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: