Update Jenkinsfile

This commit is contained in:
Demian 2020-04-03 17:32:08 -03:00
parent deaccfd019
commit 870a0eeb1f

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'maven:3-alpine' image 'maven:alpine'
args '-v /root/.m2:/root/.m2' args '-v /root/.m2:/root/.m2'
} }
} }