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

This commit is contained in:
Kamila 2022-05-03 13:06:38 +02:00
parent 192b486982
commit 337867e32b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pipeline {
stage('Copy from different Pipeline') {
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: 's444517-evaluation/master', selector: lastSuccessful(), optional: true
}