Update Jenkinsfile

This commit is contained in:
Demian 2020-04-01 13:00:42 -03:00
parent cee7fd46a5
commit 6bfff5d9f0

1
Jenkinsfile vendored
View file

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