add branch to build job
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 19:22:49 +02:00
parent 656dae57df
commit 6746ce81de

2
Jenkinsfile vendored
View File

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