refactoring

This commit is contained in:
Mikołaj Pokrywka 2022-04-03 12:12:17 +02:00
parent 37f09c49c9
commit 19232ff416

View File

@ -22,7 +22,7 @@ pipeline {
}
stage("Calcualte stats") {
steps {
sh "python3 ./script-stats.py"
sh "python3 download_data_and_process.py"
archiveArtifacts artifacts: "stats.txt"
}
}