mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
7bfefbffba
commit
85d6377656
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -19,10 +19,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
script {
|
||||
app = docker.build("sprientera/pet")
|
||||
app.inside {
|
||||
sh 'echo $(curl localhost:8080)'
|
||||
}
|
||||
app = docker.build("sprientera/pet")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue