diff --git a/Jenkinsfile.stats b/Jenkinsfile.stats index c676d2b..54784df 100644 --- a/Jenkinsfile.stats +++ b/Jenkinsfile.stats @@ -24,7 +24,7 @@ node { } } stage('Archive artifacts') { - archiveArtifacts 'train_stats.txt' 'test_stats.txt' 'dev_stats.txt' + archiveArtifacts "train_stats.txt, test_stats.txt, dev_stats.txt" } } } \ No newline at end of file