From 40a75bc36b7a1f76f02d44e25cdf679dc83a74bc Mon Sep 17 00:00:00 2001 From: s464906 Date: Tue, 26 Mar 2024 22:39:59 +0100 Subject: [PATCH] fixed Jenkinsfile-stats --- Jenkinsfile-stats | 7 +++++++ 1 file changed, 7 insertions(+) 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 {