set 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 20:06:07 +02:00
parent 235996b9c1
commit 5bfb94ac0a
2 changed files with 1 additions and 6 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -9,10 +9,5 @@ pipeline {
}
}
}
stage("Check out from version control") {
steps {
checkout scm
}
}
}
}