Skip to content

Commit 9b55f28

Browse files
committed
try some more
1 parent 5f68d81 commit 9b55f28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,17 @@ pipeline {
7070
sh """
7171
export DOCKER_TLS_VERIFY=1
7272
export DOCKER_CERT_PATH=/certs/client
73+
export DOCKER_CONFIG=\$HOME/.docker
7374
echo "=== Maven Environment Debug ==="
7475
echo "DOCKER_HOST=\$DOCKER_HOST"
7576
echo "DOCKER_TLS_VERIFY=\$DOCKER_TLS_VERIFY"
7677
echo "DOCKER_CERT_PATH=\$DOCKER_CERT_PATH"
78+
echo "DOCKER_CONFIG=\$DOCKER_CONFIG"
7779
echo "HOME=\$HOME"
7880
echo "=== Buildx Status for Maven ==="
7981
docker buildx ls
82+
echo "=== Checking builder files ==="
83+
ls -la \$HOME/.docker/buildx/instances/ || echo "No buildx instances directory"
8084
./jdk-wrapper.sh ./mvnw $target -P rpm -U -B -Dstyle.color=always -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Ddocker.verbose=true
8185
"""
8286
}

0 commit comments

Comments
 (0)