From 85bdd56b1cc6e77f3fbc36b5ea909d30699332c2 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Sat, 15 Nov 2025 15:07:10 +0100 Subject: [PATCH] Met sudo proberen --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }