diff --git a/Jenkinsfile b/Jenkinsfile index b94696b..5a02453 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { } steps { echo 'Starting build step...' - sh 'apk add bash' + sh 'sudo apk add bash' sh 'bash ./scripts/build.sh' } }