Update 'Jenkinsfile-stats'

This commit is contained in:
Wojciech Mikołajski 2023-04-18 20:00:09 +02:00
parent aa5e0473c8
commit c1290e5421

View File

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