Merge branch 'develop' into refactor/#5-apply-architecture

This commit is contained in:
김선규 2026-01-21 08:16:51 +00:00
commit 362b0b0c5c

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
TARGET_RUN_CONTAINER = 'spms-run-release'
echo ">>> [PROD Mode] SET Release Container"
}
else if (branchName == 'staging') {
else if (branchName.startsWith('hotfix/') || branchName.startsWith('release/')) {
TARGET_BUILD_CONTAINER = 'spms-back-build-staging'
TARGET_RUN_CONTAINER = 'spms-run-staging'
echo "[STG Mode] SET STAGING Container"