Update Jenkinsfile

This commit is contained in:
Demian 2020-04-03 21:23:09 -03:00
parent fd1618b125
commit d09209c763

3
Jenkinsfile vendored
View file

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