correction to Jenkinsfile
Some checks failed
s444517-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s444517-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
192b486982
commit
337867e32b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user