Fixes
This commit is contained in:
parent
207d418075
commit
e6f8e9ad8c
@ -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"){
|
||||
|
Loading…
Reference in New Issue
Block a user