mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 17:35: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 {
|
steps {
|
||||||
script {
|
script {
|
||||||
app = docker.build("sprientera/pet")
|
app = docker.build("sprientera/pet")
|
||||||
app.inside {
|
|
||||||
sh 'echo $(curl localhost:8080)'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue