Fixes
Some checks failed
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-15 00:14:53 +02:00
parent 207d418075
commit e6f8e9ad8c

View File

@ -13,7 +13,7 @@ pipeline {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: "s434704-training/${params.BRANCH}", selector: buildParameter('BUILD_SELECTOR_TRAINING')
copyArtifacts fingerprintArtifacts: true, projectName: "s434704-evaluation/${params.BRANCH}", optional: true, selector: buildParameter('BUILD_SELECTOR_EVALUATION')
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: buildParameter('BUILD_SELECTOR_CREATE')
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset/${params.BRANCH}', selector: buildParameter('BUILD_SELECTOR_CREATE')
}
}
stage("Run evaluation"){