diff --git a/Jenkinsfile b/Jenkinsfile index 1263588..7b21d26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Set BuildName'){ steps{ script{ - currentBuild.description = params.STAND_ID + currentBuild.displayName = params.STAND_ID } } }