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