diff --git a/Jenkinsfile b/Jenkinsfile index 9711975..2d43444 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } stage('Artifacts') { steps { - archiveArtifacts artifacts: 'processed_data.txt' + archiveArtifacts artifacts: 'data_stats.txt' } } }