This commit is contained in:
AWieczarek 2024-05-06 20:32:50 +02:00
parent a94fe78cf2
commit 89f3b6ec3d

2
Jenkinsfile vendored
View File

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