-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
Workflow 1.6
The printed strings from Workflow Steps should be more informative. Currently, most steps display very generic messages (with the exception of Loaded Script). This applies both to the Console Output as well as the Running Steps page.
At minimum, all steps should support a 'label' parameter, which if set should display a custom string instead of the generic messages.
It would also be useful if more steps displayed their arguments in their generic message like Load Script includes the filename.
- depends on
-
JENKINS-26107 Allow stage to operate as a labelled block
-
- Closed
-
-
JENKINS-31582 Log / document the plugin usage in the flow nodes
-
- Resolved
-
- duplicates
-
JENKINS-37324 We would like a more meaningful description of a step
-
- Closed
-
- is blocking
-
JENKINS-30088 Clean up step display
-
- Resolved
-
Our jenkins pipelines are quite complex, running several parallel stuff, and we have pretty hard time to analyse which step of the pipeline is doing what, or where to look for console log. BlueOcean gives a better visualisation but since it is somehow unstable on our server and runs very slow currently it is not usable for us.
It would be amazing if it would be possible to add a comment to the most relevant pipeline steps. It would make tracking down problems easier. Just an example a mocked up pipeliene step view:
jglick What do you think about this? Or is there any other possibilities to provide information in the pipeline stepps view? Thank you very much for the help.