This commit is contained in:
Jakub Zaręba 2023-05-10 16:46:45 +02:00
parent 4cd4573f15
commit 3939c9e0fb

View File

@ -12,7 +12,7 @@ pipeline {
stage('Pobierz dane') {
steps {
script {
copyArtifacts(projectName: 's487187-create-dataset', filter: '*.csv', target: 'data.csv', fingerprintArtifacts: true)
copyArtifacts(projectName: 's487187-create-dataset', fingerprintArtifacts: true)
}
}
}