This commit is contained in:
Adam Wojdyla 2022-04-02 22:45:55 +02:00
parent 87b2996c67
commit 06d57230a7

View File

@ -10,7 +10,7 @@ pipeline {
}
stage('Show stats') {
steps {
sh "./script-stats.py"
sh "python3 ./script-stats.py"
}
}
}