From 8144d47100180adad4cd287295a6350fc42b937e Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 28 Mar 2021 22:35:55 +0200 Subject: [PATCH] fix --- dataset_stats/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataset_stats/Jenkinsfile b/dataset_stats/Jenkinsfile index 87157c7..e00d212 100644 --- a/dataset_stats/Jenkinsfile +++ b/dataset_stats/Jenkinsfile @@ -17,10 +17,10 @@ pipeline { archiveArtifacts "stats.txt" } } - } stage('archiveArtifacts') { steps { archiveArtifacts 'stats.txt' + } } }