diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index 788a10a..b072cda 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -26,8 +26,8 @@ pipeline { } stage('Generate Report') { steps { - sh 'chmod +x dataset_stats.py' - sh './dataset_stats.py' + sh 'chmod +x dataset-stats.py' + sh './dataset-stats.py' } } stage('Archive Artifacts') {