Обновить Jenkinsfile
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -7,6 +7,13 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Set BuildName'){
|
||||
steps{
|
||||
script{
|
||||
currentBuild.description = ${params.STAND_ID}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
|
||||
Reference in New Issue
Block a user