diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index b8c1f8e..606dabe 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -33,7 +33,7 @@ pipeline { stage('Copy') { steps { copyArtifacts projectName: 's444354-create-dataset' - copyArtifacts projectName: "s444417-training/${params.BRANCH}/", selector: buildParameter('BUILD_SELECTOR'), optional: true + copyArtifacts projectName: "s444354-training/${params.BRANCH}/", selector: buildParameter('BUILD_SELECTOR'), optional: true sh 'python3 ./evaluation.py' archiveArtifacts 'eval.csv, metrics.png'