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