Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-10 22:30:13 +02:00
parent 06afbc200b
commit f91448c517

View File

@ -16,7 +16,7 @@ pipeline {
}
stage('copy_artifacts') {
steps {
copyArtifacts filter: 'X_test.csv,X_dev.csv,X_train.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
copyArtifacts(projectName: 'z-s434686-create-dataset', fingerprintArtifacts: true)
}
}
stage('Docker') {