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