fix artifacts

This commit is contained in:
PawelDopierala 2024-03-27 03:02:30 +01:00
parent 97ab3eb8e1
commit cf8e0d8704
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
}
stage('Artifacts') {
steps {
archiveArtifacts artifacts: 'processed_data.txt'
archiveArtifacts artifacts: 'data_stats.txt'
}
}
}