hopefully fixed jenkinsfile again
This commit is contained in:
parent
88b9eed8fd
commit
216f50184f
@ -13,12 +13,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Copy Artifacts') {
|
||||
steps {
|
||||
script {
|
||||
steps {
|
||||
copyArtifacts(
|
||||
projectName: 'z-s487176-create-dataset',
|
||||
fingerprintArtifacts: true,
|
||||
filter: 'test.csv, train.csv, val.csv',
|
||||
selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,4 +35,4 @@ pipeline {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user