From 9ca480a134207f6140b65883ac997b3fb5ef59c6 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 21 May 2025 17:50:53 +0900 Subject: [PATCH 1/3] =?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=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d55e9a..74ac362 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,6 @@ pipeline { steps { script { sh """ - chown -R jenkins:jenkins /aca/front/ echo 'Clearing Front directory' find /aca/front/ -mindepth 1 -maxdepth 1 \\ ! -name 'privacy' \\ -- 2.45.1 From 02d5797223af53d79b65e49a7ddc7dd2583200f0 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 21 May 2025 18:01:03 +0900 Subject: [PATCH 2/3] =?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=205?= 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..16e030a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { script { sh """ echo 'Clearing Front directory' + docker run --rm -v /volume1/AcaMate/PROJECT/Application/Front:/front alpine \ find /aca/front/ -mindepth 1 -maxdepth 1 \\ ! -name 'privacy' \\ ! -name 'publish' \\ -- 2.45.1 From d51449aa36806d202848e290f25750f6ad3dded2 Mon Sep 17 00:00:00 2001 From: "Seonkyu.kim" Date: Wed, 21 May 2025 18:02:57 +0900 Subject: [PATCH 3/3] =?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=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16e030a..221838e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ pipeline { DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug' APP_VOLUME = '/src' } - stages { stage('Clear Repository') { steps { -- 2.45.1