diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 1008d40..67880a0 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -31,7 +31,7 @@ pipeline { stage('Set execute permission') { steps { script { - sh 'chmod +x data_processing.sh' + sh 'chmod +x calculate_stats.sh' } } }