correction to Jenkinsfile
Some checks failed
s444517-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Kamila 2022-05-03 13:07:49 +02:00
parent 337867e32b
commit 2e281d4309

View File

@ -20,8 +20,8 @@ pipeline {
stage('Copy from different Pipeline') { stage('Copy from different Pipeline') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444517-create-dataset', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: 's444517-create-dataset', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: '444517-training/master', selector: lastSuccessful() copyArtifacts fingerprintArtifacts: true, projectName: '444517-training', selector: lastSuccessful()
copyArtifacts fingerprintArtifacts: true, projectName: 's444517-evaluation/master', selector: lastSuccessful(), optional: true copyArtifacts fingerprintArtifacts: true, projectName: 's444517-evaluation', selector: lastSuccessful(), optional: true
} }
} }