Update evaluation/Jenkinsfile_eval
This commit is contained in:
parent
7e94aa35cc
commit
52e0cbcf51
@ -15,9 +15,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Copy Artifacts') {
|
stage('Copy Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464962-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464962-create-dataset'
|
||||||
copyArtifacts filter: '*', projectName: 's464962-training, selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter: '*', projectName: 's464962-training
|
||||||
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg', optional: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Predict') {
|
stage('Predict') {
|
||||||
|
Loading…
Reference in New Issue
Block a user