mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
removing unnecessary volume mount
This commit is contained in:
parent
48933222a6
commit
cde6321801
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue