Update evaluation/Jenkinsfile_eval

This commit is contained in:
s464962 2024-05-05 23:24:22 +02:00
parent 7e94aa35cc
commit 52e0cbcf51
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ pipeline {
}
stage('Copy Artifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464962-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter: '*', projectName: 's464962-training, selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464962-create-dataset'
copyArtifacts filter: '*', projectName: 's464962-training
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg', optional: true
}
}
stage('Predict') {