diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 623a129..6be52d0 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -26,7 +26,9 @@ pipeline { } stage('archiveArtifacts') { steps { - archiveArtifacts 'stat.txt' + archiveArtifacts 'train_set_stats.txt' + archiveArtifacts 'dev_set_stats.txt' + archiveArtifacts 'test_set_stats.txt' } } }