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