mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
s
This commit is contained in:
parent
451df6709a
commit
e7adc4238d
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -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 .'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue