Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:58:29 +01:00
parent 6b709c041d
commit 979096964a

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
stage('archiveArtifacts') {
steps {
echo "Zapisywanie artefaktów..."
archiveArtifacts 'processed.csv'
archiveArtifacts 'extracted_dataset/2022/processed.csv'
}
}
}