mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
fix url for the container running petclinic
This commit is contained in:
parent
4a86eaff28
commit
7c3ee45914
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||||
|
|
Loading…
Reference in a new issue