From 7c3ee459144ce0c33bdfe6b551bc4ef9aeeeb160 Mon Sep 17 00:00:00 2001 From: Benjamin Stein Date: Tue, 19 Sep 2017 14:26:05 -0700 Subject: [PATCH] fix url for the container running petclinic --- jenkinsfiles/full-demo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles/full-demo b/jenkinsfiles/full-demo index 1e597e6ff..d4fba0280 100644 --- a/jenkinsfiles/full-demo +++ b/jenkinsfiles/full-demo @@ -73,7 +73,7 @@ pipeline { } } steps { - sh "cd regression-suite && mvn clean -B test -DPETCLINIC_URL=http://petclinic-tomcat:8080/petclinic/" + sh "cd regression-suite && mvn clean -B test -DPETCLINIC_URL=http://petclinic-tomcat-temp:8080/petclinic/" } } stage('Stop local container') {