maven-cache 스토리지 방식 변경 (RWO > RWX)
All checks were successful
Main-Build / build-and-push (push) Successful in 44s

This commit is contained in:
2025-12-11 15:57:04 +09:00
parent baccdcdf5f
commit 778747ba7e

2
Jenkinsfile vendored
View File

@@ -67,7 +67,7 @@ spec:
emptyDir: {}
- name: maven-cache
persistentVolumeClaim:
claimName: maven-repo-pvc
claimName: maven-repo-pvc-rwx
"""
) {
node(L) {