This commit is contained in:
Vendored
+3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user