From bc0747312eff18c771dc4c275012cfe38251a4ad Mon Sep 17 00:00:00 2001 From: Demian <44421735+demiangmz@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:25:46 -0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index add7b7192..02df95aec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'maven:3.6.3-alpine' + image 'maven:3.6.1-alpine' args '-v /root/.m2:/root/.m2' } }