main #13

Merged
seonkyu.kim merged 4 commits from seonkyu.kim/AcaMate_Web:main into debug 2025-05-21 09:04:15 +00:00

2
Jenkinsfile vendored
View File

@ -5,13 +5,13 @@ pipeline {
DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug'
APP_VOLUME = '/src'
}
stages {
stage('Clear Repository') {
steps {
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' \\