From 9447bc3053735798614596bab3d59a3b534bcafc Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 21 May 2025 17:24:32 +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=202?= 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 95cc461..74ac362 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { script { sh """ echo 'Clearing Front directory' - find /volume1/AcaMate/PROJECT/Application/Front -mindepth 1 -maxdepth 1 \\ + find /aca/front/ -mindepth 1 -maxdepth 1 \\ ! -name 'privacy' \\ ! -name 'publish' \\ -exec rm -rf {} +