modified Jenkinsfile

This commit is contained in:
hllvc 2021-07-11 12:50:05 +02:00
parent 5d79ac805e
commit ab296d73dc

1
Jenkinsfile vendored
View file

@ -27,6 +27,7 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile.run'
dir '.'
args '-d -v $HOME/app:/root/app --link petclinic-mysql'
}
}