From 4d056ba27cb234e116d26dff46601170ea381456 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 1 Apr 2024 19:22:19 +0200 Subject: [PATCH] Dockerfile --- stats/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') {