hotfix/#2-setup-staging #3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
} else {
|
} else {
|
||||||
error "This branch(${branchName}) can't set container (USE develop or main branch)"
|
error "This branch(${branchName}) can't set container (USE develop or main branch)"
|
||||||
}
|
}
|
||||||
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