From 0ff3a65e3b9e15d5749782a601ac83a1d3cebbc8 Mon Sep 17 00:00:00 2001 From: Filip Izydorczyk Date: Tue, 25 May 2021 18:45:19 +0200 Subject: [PATCH] stats artifacts update --- stats/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' } } }