Skip to content

Commit f3928b9

Browse files
committed
try again
1 parent a5faed1 commit f3928b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ pipeline {
5252
'''
5353
withMaven {
5454
sh """
55-
unset DOCKER_TLS_VERIFY DOCKER_CERT_PATH
56-
echo "Cleared TLS env vars, keeping DOCKER_HOST=\$DOCKER_HOST"
55+
export DOCKER_TLS_VERIFY=1
56+
echo "Using existing DOCKER_HOST=\$DOCKER_HOST with TLS, DOCKER_CERT_PATH=\$DOCKER_CERT_PATH"
5757
./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
5858
"""
5959
}

0 commit comments

Comments
 (0)