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