diff --git a/Jenkinsfile b/Jenkinsfile index 27a33e991..adb32e79c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,7 @@ pipeline { agent { docker { - label 'linux' - image 'maven:3-alpine' + image 'maven:3-alpine' args '-v /root/.m2:/root/.m2' } }