Fix
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:43:46 +02:00
parent d701d365ec
commit c6b0661447

View File

@ -16,7 +16,7 @@ pipeline {
stages {
stage('Copy model artifacts from s426206') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's426206-training/master', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's426206-training', selector: buildParameter('BUILD_SELECTOR')
}
}
stage('Run prediction') {