From 098f5cabfb496027a9d0706740b2e05e8d264417 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 11:59:39 +0200 Subject: [PATCH] parameters --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'