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
337867e32b
commit
2e281d4309
@ -20,8 +20,8 @@ pipeline {
|
||||
stage('Copy from different Pipeline') {
|
||||
steps {
|
||||
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
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: '444517-training', selector: lastSuccessful()
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444517-evaluation', selector: lastSuccessful(), optional: true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user