mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
30fe99509d
commit
24a8d6b08f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -44,7 +44,7 @@ pipeline {
|
|||
script {
|
||||
app = docker.build("iancumatei67/main")
|
||||
app.inside {
|
||||
sh 'echo $(curl localhost:8080)'
|
||||
sh 'echo $(curl https://7bf7-85-204-75-2.ngrok-free.app)'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue