test parameters
This commit is contained in:
parent
b7257c9c78
commit
e615b93b9b
@ -19,7 +19,7 @@ pipeline {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: '*', projectName: 's444463-evaluation/master', optional: true
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444463-traning/$BRANCH', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's444463-training/$BRANCH', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user