update jenkinsfile
This commit is contained in:
parent
1c90aa0f12
commit
eadd1af64c
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user