Update 'Jenkinsfile_evaluation'
This commit is contained in:
parent
b79ad05d59
commit
d0a78833c9
@ -19,7 +19,6 @@ pipeline {
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-create-dataset", selector: buildParameter('BUILD_SELECTOR_CREATE_DATASET')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-evaluation/${params.BRANCH}", optional: True, selector: buildParameter('BUILD_SELECTOR_EVALUATION')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-training/${params.BRANCH}", selector: buildParameter('BUILD_SELECTOR_TRAINING')
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user