From 778747ba7e0f4ef95ec2843cb863f1cd168f645e Mon Sep 17 00:00:00 2001 From: dykim Date: Thu, 11 Dec 2025 15:57:04 +0900 Subject: [PATCH] =?UTF-8?q?maven-cache=20=EC=8A=A4=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=EC=A7=80=20=EB=B0=A9=EC=8B=9D=20=EB=B3=80=EA=B2=BD=20(RWO=20>?= =?UTF-8?q?=20RWX)?= 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 4373dcf..af1de04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ spec: emptyDir: {} - name: maven-cache persistentVolumeClaim: - claimName: maven-repo-pvc + claimName: maven-repo-pvc-rwx """ ) { node(L) {