Update Jenkinsfile

This commit is contained in:
s464903 2024-03-20 13:20:36 +01:00
parent db8f44de05
commit 59877d02b4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ pipeline {
stage('Archive Artifacts') {
steps {
// Krok: Zarchiwizowanie artefaktów
archiveArtifacts artifacts: 'processed_data/*', fingerprint: true
archiveArtifacts artifacts: 'processed_data.csv', fingerprint: true
}
}
}