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' } }