diff --git a/Jenkinsfile b/Jenkinsfile index a3b308b..384f099 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline{ } stage('sh: Shell Script'){ steps{ - ./script.sh + sh ./script.sh } } stage('Archive artifacts'){