How to set the job number and description for a Jenkinsfile in a Jenkins Pipeline?
currentBuild.displayName = "hello" // replaces the job number currentBuild.description = "world" // Writes text under the job number
Published on 2019-12-07
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post