mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
s
This commit is contained in:
parent
f85921fdf8
commit
451df6709a
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 build -t spring-pet-clinic .'
|
sh 'DOCKER_HOST=tcp://docker:2376 docker build -t spring-pet-clinic .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue