This commit is contained in:
work 2025-02-05 13:28:47 +01:00
parent e7adc4238d
commit e12d4762e3

2
Jenkinsfile vendored
View file

@ -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 .'
}
}