hopefully fixed jenkinsfile again

This commit is contained in:
Maciej Tyczynski 2023-04-19 18:58:42 +02:00
parent 88b9eed8fd
commit 216f50184f

View File

@ -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 {
}
}
}