From 182be399ac745e76933ea6b44d9115c3090007cf Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 1 Apr 2024 19:24:27 +0200 Subject: [PATCH] Dockerfile --- stats/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index b072cda..281dfad 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { stage('Generate Report') { steps { sh 'chmod +x dataset-stats.py' - sh './dataset-stats.py' + sh 'python3 ./dataset-stats.py' } } stage('Archive Artifacts') {