Build Name
Build Name
node {
//this will replace the build number in the Jenkins UI.
currentBuild.displayName = "Cerner - " + currentBuild.number
//this will show up as a grey text block below the build number
currentBuild.description = "Kansas City"
}