Fix next job name
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
s444409-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-05 23:09:09 +02:00
parent ad4b8d8146
commit b4fe7361e3

View File

@ -29,7 +29,7 @@ pipeline {
stage('Archive model and evaluate it') {
steps {
archiveArtifacts artifacts: 'model_out', onlyIfSuccessful: true
build job: 's444409-evaluation/main/'
build job: 's444409-evaluation'
}
}
}