Update Jenkinsfile

This commit is contained in:
Demian 2020-04-06 14:21:31 -03:00
parent 8a9def09df
commit 92bcf5d8ba

1
Jenkinsfile vendored
View file

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