mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
updated curl url
This commit is contained in:
parent
7d63e7171d
commit
48708ed17d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ pipeline {
|
|||
stage('Smoke-Test') {
|
||||
agent any
|
||||
steps {
|
||||
sh 'curl http://127.0.0.1:9966'
|
||||
sh 'curl http://localhost:9966/petclinic/'
|
||||
}
|
||||
}
|
||||
stage('Stop local container') {
|
||||
|
|
Loading…
Reference in a new issue