mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update Jenkinsfile test hook
This commit is contained in:
parent
a890d5096a
commit
195ee866d3
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -31,6 +31,7 @@ pipeline {
|
|||
if [ "$(docker ps -q)" ]; then
|
||||
docker stop $(docker ps -q)
|
||||
fi
|
||||
java --version
|
||||
docker run -d -p 80:8080 kerallenarium/spring-petclinic:latest
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue