Fix param name
This commit is contained in:
parent
142d8c472c
commit
bb2cfd734f
@ -9,7 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Copy artifacts"){
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434704-training/${params.BRANCH}", selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434704-training/${params.BRANCH}", selector: buildParameter('BUILD_SELECTOR_TRAINING')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434704-evaluation/${params.BRANCH}", selector: buildParameter(lastSuccessful(), optional: true)
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434704-create-dataset', selector: buildParameter(lastSuccessful())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user