update jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-05-16 01:32:28 +02:00
parent 1c90aa0f12
commit eadd1af64c

13
Jenkinsfile vendored
View File

@ -46,12 +46,13 @@ pipeline {
} }
} }
stage('Trigger Multibranch Pipeline') { }
steps {
echo ("Trigger Multibranch Pipeline") post {
success {
build job: 's151636-training' script {
} build job: 's151636-training', wait: false
}
} }
} }
} }