mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:29:37 +00:00
asd
This commit is contained in:
parent
e7adc4238d
commit
e12d4762e3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
stage ('Docker build') {
|
stage ('Docker build') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
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 .'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue