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') {