Fixes
Some checks failed
s434704-predict-s426206/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-23 16:50:31 +02:00
parent c6b0661447
commit 1b9f078196

View File

@ -16,7 +16,7 @@ pipeline {
stages { stages {
stage('Copy model artifacts from s426206') { stage('Copy model artifacts from s426206') {
steps { 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') { stage('Run prediction') {