From 905e3e9e4cfe3cf50f00848441ad81b7b7f11ee5 Mon Sep 17 00:00:00 2001 From: matthewpdias Date: Tue, 6 Mar 2018 19:04:11 -0800 Subject: [PATCH] changed curl url --- jenkinsfiles/example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {