From 02a56ee4340b18c5230f66da3269807187e0a0ab Mon Sep 17 00:00:00 2001 From: L_DelOff Date: Sun, 19 Nov 2023 20:29:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B3=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1f19e0c..7842213 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'maven:3.9.5-eclipse-temurin-17-alpine' + image 'maven' args '-v /root/.m2:/root/.m2' }