[♻️] Jenkins 동작 로직 수정 2 #9

Merged
seonkyu.kim merged 1 commits from seonkyu.kim/AcaMate_Web:main into debug 2025-05-21 08:25:03 +00:00

2
Jenkinsfile vendored
View File

@ -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 {} +