diff --git a/Jenkinsfile b/Jenkinsfile index 07c667c..201676c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { echo 'Starting build step...' sh 'ls scripts' sh 'cat scripts/build.sh' - sh './scripts/build.sh' + sh 'bash ./scripts/build.sh' } }