[📝] Jenkinsfile 수정
Some checks failed
SPMS_API/pipeline/head There was a failure building this commit

This commit is contained in:
SEAN 2025-12-03 12:18:12 +09:00
parent 9df3845327
commit 5cd2b86923

2
Jenkinsfile vendored
View File

@ -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)"
} }