[♻️] Jenkins 동작 로직 수정 3

This commit is contained in:
김선규 2025-05-21 17:29:49 +09:00
parent 9447bc3053
commit 1d2f8db794

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
steps { steps {
script { script {
sh """ sh """
chown -R jenkins:jenkins /aca/front/
echo 'Clearing Front directory' echo 'Clearing Front directory'
find /aca/front/ -mindepth 1 -maxdepth 1 \\ find /aca/front/ -mindepth 1 -maxdepth 1 \\
! -name 'privacy' \\ ! -name 'privacy' \\