diff --git a/Jenkinsfile b/Jenkinsfile index 75529e1..b627926 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { else if (branchName == 'main') { env.TARGET_BUILD_CONTAINER = 'spms-back-build-release' env.TARGET_RUN_CONTAINER = 'spms-run-release' - echo ">>> [PROD Mode] SET Release Container + echo ">>> [PROD Mode] SET Release Container" } else { error "This branch(${branchName}) can't set container (USE develop or main branch)" }