mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
modified Jenkinsfile
This commit is contained in:
parent
5d79ac805e
commit
ab296d73dc
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -27,6 +27,7 @@ pipeline {
|
|||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.run'
|
||||
dir '.'
|
||||
args '-d -v $HOME/app:/root/app --link petclinic-mysql'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue