From afa5f39c534bd5a38a099b1b19fd617bd12310a2 Mon Sep 17 00:00:00 2001 From: Dongho Kim Date: Tue, 2 Jun 2026 18:20:29 +0200 Subject: [PATCH] permission fix --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d591c64..575195b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,9 +13,6 @@ 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