wait false
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 15:37:38 +02:00
parent 7d0474c200
commit b562b5aad1

View File

@ -19,7 +19,7 @@ pipeline {
}
stage('Starting eval job') {
steps {
build job: 's444417-evaluation/master', wait: true
build job: 's444417-evaluation/master', wait: false
}
}
}