From 1d71b588cbce64c1d9377939ff65bb96a3273d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Thu, 5 Mar 2026 11:32:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20[infra]=20Slack=20=EC=95=8C=EB=A6=BC?= =?UTF-8?q?=20=EC=B1=84=EB=84=90=20=EB=B6=84=EB=A6=AC=20=E2=80=94=20produc?= =?UTF-8?q?t=5Finfra=20=E2=86=92=20deploy=5Fapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a5af7b..cbbe5e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { script { env.GIT_COMMIT_MSG = sh(script: "git log -1 --pretty=format:'%s'", returnStdout: true).trim() } - slackSend channel: '#product_infra', color: '#439FE0', tokenCredentialId: 'slack-token', + slackSend channel: '#deploy_api', color: '#439FE0', tokenCredentialId: 'slack-token', message: "πŸš€ *api* λΉŒλ“œ μ‹œμž‘ (`${env.BRANCH_NAME}`)\n${env.GIT_COMMIT_MSG}\n<${env.BUILD_URL}|λΉŒλ“œ #${env.BUILD_NUMBER}>" } } @@ -109,11 +109,11 @@ pipeline { post { success { - slackSend channel: '#product_infra', color: 'good', tokenCredentialId: 'slack-token', + slackSend channel: '#deploy_api', color: 'good', tokenCredentialId: 'slack-token', message: "βœ… *api* 배포 성곡 (`${env.BRANCH_NAME}`)\n${env.GIT_COMMIT_MSG}\n<${env.BUILD_URL}|λΉŒλ“œ #${env.BUILD_NUMBER}>" } failure { - slackSend channel: '#product_infra', color: 'danger', tokenCredentialId: 'slack-token', + slackSend channel: '#deploy_api', color: 'danger', tokenCredentialId: 'slack-token', message: "❌ *api* 배포 μ‹€νŒ¨ (`${env.BRANCH_NAME}`)\n${env.GIT_COMMIT_MSG}\n<${env.BUILD_URL}|λΉŒλ“œ #${env.BUILD_NUMBER}>" script { if (env.BRANCH_NAME == 'main') {