From 1b9f0781969371289f4af2f3cd9b44514e95fcbc Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sun, 23 May 2021 16:50:31 +0200 Subject: [PATCH] Fixes --- Jenkinsfile_coop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_coop b/Jenkinsfile_coop index 6ed3396..71d71a3 100644 --- a/Jenkinsfile_coop +++ b/Jenkinsfile_coop @@ -16,7 +16,7 @@ pipeline { stages { stage('Copy model artifacts from s426206') { steps { - copyArtifacts fingerprintArtifacts: true, projectName: 's426206-training', selector: buildParameter('BUILD_SELECTOR') + copyArtifacts fingerprintArtifacts: false, projectName: 's426206-training/master', selector: buildParameter('BUILD_SELECTOR') } } stage('Run prediction') {