refactor: 클린 아키텍쳐 적용 및 프로젝트 분리, 문서 작성 (Closes #5) #7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
TARGET_RUN_CONTAINER = 'spms-run-release'
|
TARGET_RUN_CONTAINER = 'spms-run-release'
|
||||||
echo ">>> [PROD Mode] SET Release Container"
|
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_BUILD_CONTAINER = 'spms-back-build-staging'
|
||||||
TARGET_RUN_CONTAINER = 'spms-run-staging'
|
TARGET_RUN_CONTAINER = 'spms-run-staging'
|
||||||
echo "[STG Mode] SET STAGING Container"
|
echo "[STG Mode] SET STAGING Container"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user