removing unnecessary volume mount

This commit is contained in:
Benjamin Stein 2017-05-09 09:18:34 -07:00
parent 48933222a6
commit cde6321801

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'maven:3.5.0'
args '-v /usr/share/jenkins/ref/.m2/:/root/.m2/ --network=plumbing_default'
args '--network=plumbing_default'
}
}
stages {