From 113f64d16c24cbf8817e1e72f7024a244a1246d9 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 13:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloud/Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index 8aeec7e..4be835c 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -88,7 +88,8 @@ pipeline { configMap: name: maven-repo - name: maven-data - hostPath: "/opt/data/m2" + hostPath: + path: "/opt/data/m2" """ } }