wait to false
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 21:29:39 +02:00
parent 55bcae78b8
commit 29194fb16b

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
} }
stage ('Starting train job') { stage ('Starting train job') {
steps { steps {
build job: 's444417-training/master', wait: true build job: 's444417-training/master', wait: false
} }
} }
} }