updated curl url

This commit is contained in:
matthewpdias 2018-03-06 16:13:05 -08:00
parent 7d63e7171d
commit 48708ed17d

View file

@ -43,7 +43,7 @@ pipeline {
stage('Smoke-Test') { stage('Smoke-Test') {
agent any agent any
steps { steps {
sh 'curl http://127.0.0.1:9966' sh 'curl http://localhost:9966/petclinic/'
} }
} }
stage('Stop local container') { stage('Stop local container') {