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