update
dongho-repo/blog/pipeline/head There was a failure building this commit

This commit is contained in:
Dongho Kim
2026-06-02 18:23:17 +02:00
parent afa5f39c53
commit f667ea7276
Vendored
+3
View File
@@ -13,6 +13,9 @@ pipeline {
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { 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 // Pulls the latest changes from the Git repository
checkout scm checkout scm