diff --git a/Jenkinsfile b/Jenkinsfile index f035fa06e..e0572e027 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage ('Docker build') { steps { script { - sh 'DOCKER_CERT_PATH=/certs/client DOCKER_TLS_VERIFY=1 DOCKER_HOST=tcp://docker:2376 docker build -t spring-pet-clinic .' + sh 'dbuild -t spring-pet-clinic .' } }