Обновить Jenkinsfile

This commit is contained in:
2026-04-06 17:59:03 +03:00
parent d8b0cb9adf
commit 18cb7e7c40

7
Jenkinsfile vendored
View File

@ -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