Обновить Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user