Compare commits

...

3 Commits

Author SHA1 Message Date
8da46338e5 Merge remote-tracking branch 'origin/main' 2025-05-21 18:01:55 +09:00
02d5797223 [♻️] Jenkins 동작 로직 수정 5 2025-05-21 18:01:03 +09:00
9ca480a134 [♻️] Jenkins 동작 로직 수정 4 2025-05-21 18:00:38 +09:00

1
Jenkinsfile vendored
View File

@ -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' \\