Обновить Jenkinsfile

This commit is contained in:
2026-04-07 16:27:15 +03:00
parent 6b4bcd91a9
commit 04f55787ce

2
Jenkinsfile vendored
View File

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