From b7fa2fdcfeb0421615e5c3077860c9ab012f065d Mon Sep 17 00:00:00 2001 From: Georgios Jason Efstathiou Date: Mon, 23 Dec 2024 12:06:01 +0100 Subject: [PATCH] change jenkinsfile again --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ab3a30..9b783ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,8 @@ pipeline { agent { docker { - image 'bitnami/kaniko' + image 'docker' // Use an image with Node.js and Docker installed + args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket } }