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') {