changed curl url

This commit is contained in:
matthewpdias 2018-03-06 19:04:11 -08:00
parent 48708ed17d
commit 905e3e9e4c

View file

@ -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') {