-
Improvement
-
Resolution: Duplicate
-
Major
If a stage step is run, this should produce a visually distinctive line in console output, ideally with a block structure.
- is blocking
-
JENKINS-30088 Clean up step display
-
- Resolved
-
- is related to
-
JENKINS-26107 Allow stage to operate as a labelled block
-
- Closed
-
-
JENKINS-31595 Improve metadata logs for parallel step
-
- Resolved
-
-
JENKINS-28222 Thread labels in console output don't persist after a node block
-
- Resolved
-
- relates to
-
JENKINS-38381 [JEP-210] Optimize log handling in Pipeline and Durable Task
-
- Resolved
-
- links to
(1 links to)
For scripts not using parallel you can use the Collapsing Console Sections plugin with
to render blocky stage and more. But we should bake this into workflow-job and properly support parallel, so that you can temporarily hide a whole branch from view (even when output is interleaved).