diff --git a/jenkinsfiles/example b/jenkinsfiles/example index 25578a552..0f110d8f5 100644 --- a/jenkinsfiles/example +++ b/jenkinsfiles/example @@ -43,7 +43,7 @@ pipeline { stage('Smoke-Test') { agent any steps { - sh 'curl http://localhost:9966/petclinic/' + sh 'curl http://localhost:9966/' } } stage('Stop local container') {