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

This commit is contained in:
김선규 2025-05-21 18:02:57 +09:00
parent 8da46338e5
commit d51449aa36

1
Jenkinsfile vendored
View File

@ -5,7 +5,6 @@ pipeline {
DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug' DOCKER_DEBUG_CONTAINER = 'acamate-front-build-debug'
APP_VOLUME = '/src' APP_VOLUME = '/src'
} }
stages { stages {
stage('Clear Repository') { stage('Clear Repository') {
steps { steps {