[📝] Jenkinsfile 수정
Some checks failed
SPMS_API/pipeline/head There was a failure building this commit
Some checks failed
SPMS_API/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9df3845327
commit
5cd2b86923
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -21,7 +21,7 @@ pipeline {
|
||||||
else if (branchName == 'main') {
|
else if (branchName == 'main') {
|
||||||
env.TARGET_BUILD_CONTAINER = 'spms-back-build-release'
|
env.TARGET_BUILD_CONTAINER = 'spms-back-build-release'
|
||||||
env.TARGET_RUN_CONTAINER = 'spms-run-release'
|
env.TARGET_RUN_CONTAINER = 'spms-run-release'
|
||||||
echo ">>> [PROD Mode] SET Release Container
|
echo ">>> [PROD Mode] SET Release Container"
|
||||||
} 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)"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user