This commit is contained in:
work 2025-02-05 13:16:45 +01:00
parent 451df6709a
commit e7adc4238d

3
Jenkinsfile vendored
View file

@ -19,7 +19,8 @@ pipeline {
stage ('Docker build') { stage ('Docker build') {
steps { steps {
script { 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 .'
} }
} }