Hi, Recently https://issues.jenkins-ci.org/browse/JENKINS-37324 was solved.
In sprint review Sam Van Oort <https://issues.jenkins-ci.org/secure/ViewProfile.jspa?name=svanoort> demonstrated the foundation for this https://www.youtube.com/watch?v=HhiUY70RVJY&t=510 He mentions there possibility of having custom caption but I have found no way to actually achieve it. Maybe you know how I could make a custom description of step in declarative pipeline, far too simple example: stages { stage('A') { steps { bat "@echo Hello World" } } } How can I make it appear as "Hello World Step — Windows Batch Script" instead of "@echo Hello World — Windows Batch Script" that I'm getting now. Thanks Jakub -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bb2c89c5-4971-432d-b442-885b34951139%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
