added s
Some checks failed
s437622-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s437622-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
21a8e22968
commit
688d94d11d
@ -22,9 +22,9 @@ pipeline {
|
||||
stages {
|
||||
stage('copy artifacts'){
|
||||
steps {
|
||||
copyArtifacts(fingerprintArtifacts: true, projectName: '437622-create-dataset', selector: buildParameter('BUILD_SELECTOR'))
|
||||
copyArtifacts(fingerprintArtifacts: true, projectName: '437622-training/master', selector: buildParameter('BUILD_SELECTOR_Train'))
|
||||
copyArtifacts(fingerprintArtifacts: true, optional:true, projectName: '437622-evaluation/master', selector: buildParameter('BUILD_SELECTOR_Evaluation'))
|
||||
copyArtifacts(fingerprintArtifacts: true, projectName: 's437622-create-dataset', selector: buildParameter('BUILD_SELECTOR'))
|
||||
copyArtifacts(fingerprintArtifacts: true, projectName: 's437622-training/master', selector: buildParameter('BUILD_SELECTOR_Train'))
|
||||
copyArtifacts(fingerprintArtifacts: true, optional:true, projectName: 's437622-evaluation/master', selector: buildParameter('BUILD_SELECTOR_Evaluation'))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user