From 1d2f8db794a933d89122882e2e51d1277d4adb74 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 21 May 2025 17:29:49 +0900 Subject: [PATCH] =?UTF-8?q?[=E2=99=BB=EF=B8=8F]=20Jenkins=20=EB=8F=99?= =?UTF-8?q?=EC=9E=91=20=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 74ac362..1d55e9a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { steps { script { sh """ + chown -R jenkins:jenkins /aca/front/ echo 'Clearing Front directory' find /aca/front/ -mindepth 1 -maxdepth 1 \\ ! -name 'privacy' \\