missing csv

This commit is contained in:
Szymon Bartanowicz 2024-05-14 19:25:45 +02:00
parent af6518f064
commit 6ecb5ee56a

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
} }
stage('Copy Artifacts') { stage('Copy Artifacts') {
steps { steps {
copyArtifacts filter: 'openpowerlifting.csv', projectName: 'z-s464937-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts filter: 'openpowerlifting.csv powerlifting_test_predictions.csv', projectName: 'z-s464937-create-dataset', selector: buildParameter('BUILD_SELECTOR')
} }
} }
stage("Run") { stage("Run") {