diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 5070fea..1008d40 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -28,6 +28,13 @@ pipeline { } } } + stage('Set execute permission') { + steps { + script { + sh 'chmod +x data_processing.sh' + } + } + } stage('Run shell script') { steps { script {