From c1290e54211beba6b726d6642e7ddd412757c768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Miko=C5=82ajski?= Date: Tue, 18 Apr 2023 20:00:09 +0200 Subject: [PATCH] Update 'Jenkinsfile-stats' --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 41383c5..13b1099 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -18,7 +18,7 @@ stage('Preparation') { } stage('sh: Shell Script') { - sh 'python3 dataset_stats.py >> output.txt' + sh 'python3 dataset_stats.py > output.txt' archiveArtifacts artifacts: 'output.txt' } }