From 6736fcda73390adbcad4a722a02abf5cb9b302a2 Mon Sep 17 00:00:00 2001 From: Dongho Kim Date: Tue, 2 Jun 2026 18:19:29 +0200 Subject: [PATCH] update --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 575195b..d591c64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,9 @@ pipeline { stages { stage('Checkout') { steps { + // Print diagnostic info to see who Jenkins is running as + sh 'whoami && id && ls -lh /var/run/docker.sock || true' + // Pulls the latest changes from the Git repository checkout scm