diff --git a/Jenkinsfile b/Jenkinsfile index d0fbba8..740d5ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,13 @@ pipeline { } stages { + stage('Set BuildName'){ + steps{ + script{ + currentBuild.description = ${params.STAND_ID} + } + } + } stage('Checkout') { steps { checkout scm