fix url for the container running petclinic

This commit is contained in:
Benjamin Stein 2017-09-19 14:26:05 -07:00
parent 4a86eaff28
commit 7c3ee45914

View file

@ -73,7 +73,7 @@ pipeline {
} }
} }
steps { 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') { stage('Stop local container') {