diff --git a/Jenkinsfile_stats b/Jenkinsfile_stats index 031bef3..137824e 100644 --- a/Jenkinsfile_stats +++ b/Jenkinsfile_stats @@ -16,7 +16,7 @@ pipeline { } stage('Archive') { steps { - archiveArtifacts 'data.csv.shuf.uptd' + archiveArtifacts 'output.txt' } } }