diff --git a/Jenkinsfile b/Jenkinsfile index a00489e..a981bf1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Shell script'){ steps{ - sh './script.sh' + sh chmod +x './script.sh' } }