Обновить Jenkinsfile

This commit is contained in:
2026-04-06 18:04:38 +03:00
parent 18cb7e7c40
commit bc0fb47015

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Set BuildName'){ stage('Set BuildName'){
steps{ steps{
script{ script{
currentBuild.description = ${params.STAND_ID} currentBuild.description = params.STAND_ID
} }
} }
} }