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

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