mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +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 {
|
||||
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') {
|
||||
|
|
Loading…
Reference in a new issue