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