From e7adc4238d9d69caf27d3534ff1db6067e4c71d6 Mon Sep 17 00:00:00 2001 From: work Date: Wed, 5 Feb 2025 13:16:45 +0100 Subject: [PATCH] s --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ebb269b58..f035fa06e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,8 @@ pipeline { stage ('Docker build') { steps { script { - sh 'DOCKER_HOST=tcp://docker:2376 docker build -t spring-pet-clinic .' + sh 'DOCKER_CERT_PATH=/certs/client DOCKER_TLS_VERIFY=1 DOCKER_HOST=tcp://docker:2376 docker build -t spring-pet-clinic .' + } }