-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Hi,
Is it possible to add custom title for steps in Jenkinsfile. Theses titles would improve readability in build steps logs and blue ocean plugins.
I was thinkings of something like this :
node { stage('aStage'){ checkout scm @Step(title='List files') sh 'ls -l' @Step(title='Do something') aStep 'do something' } }
See images for visualisations
Add titles to steps make it easy to understand what is done in each step in a team.
- duplicates
-
JENKINS-37324 We would like a more meaningful description of a step
- Closed