From f667ea72764bccc3d2430505bfd5ab37d4bcb94d Mon Sep 17 00:00:00 2001 From: Dongho Kim Date: Tue, 2 Jun 2026 18:23:17 +0200 Subject: [PATCH] update --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 575195b..a0a2c78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,9 @@ pipeline { stages { stage('Checkout') { steps { + // Diagnostics to check if group_add is active + sh 'whoami && id && ls -lh /var/run/docker.sock || true' + // Pulls the latest changes from the Git repository checkout scm