Update Jenkinsfile

This commit is contained in:
Demian 2020-04-02 11:23:46 -03:00
parent 02a4982ef3
commit deaccfd019

1
Jenkinsfile vendored
View file

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