This commit is contained in:
AWieczarek 2024-05-06 09:24:30 +02:00
parent 8b9327c864
commit f110e20fef

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
} }
stage('Copy Evaluation Artifacts') { stage('Copy Evaluation Artifacts') {
steps { steps {
copyArtifacts filter: 'evaluation/*', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true copyArtifacts filter: '*', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
} }
} }
stage("Run predictions") { stage("Run predictions") {