From 6058a59034a087a59474918b1dc3287b7392eae1 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Mon, 9 May 2022 11:01:04 +0200 Subject: [PATCH] dont copy from create-dataset, only from trainig --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'