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

This commit is contained in:
Dongho Kim
2026-06-02 18:19:29 +02:00
parent 3424d8eb9a
commit 6736fcda73
Vendored
+3
View File
@@ -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