-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
Workflow 1.11
The parallel step is registered in build logs as:
[Workflow] [p1] parallel {: Parallel branch: p1
...
[Workflow] } //parallel
The first message is wrong and the second one is missing the branch identifier. It should be
[Workflow] [p1] parallel {
...
[Workflow] } //parallel [p1]
- duplicates
-
JENKINS-28222 Thread labels in console output don't persist after a node block
-
- Resolved
-
- is blocking
-
JENKINS-30088 Clean up step display
-
- Resolved
-
- is related to
-
JENKINS-34501 Steps that accept closure overwrite parallel branch context logs
-
- Resolved
-
-
JENKINS-27394 Render stages in logs as collapsible sections
-
- Resolved
-
- links to
Fix of
JENKINS-28222addresses this well enough too.