From 06d57230a7f91eabeeadfb3bf0c5a75c62e57cca Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Sat, 2 Apr 2022 22:45:55 +0200 Subject: [PATCH] r13 --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 00c3c69..e699d59 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -10,7 +10,7 @@ pipeline { } stage('Show stats') { steps { - sh "./script-stats.py" + sh "python3 ./script-stats.py" } } }