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') { diff --git a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp index e757e1f3b..1c57ea93c 100644 --- a/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp +++ b/src/main/webapp/WEB-INF/jsp/vets/vetList.jsp @@ -15,7 +15,7 @@
-

Vets

+

Veterinarians