ci:Jenkinsfile 빌드 시작 Slack 알림 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 21:00:08 +09:00
parent 0b11e06467
commit c5e1bf1aa9

6
Jenkinsfile vendored
View File

@@ -7,7 +7,11 @@ pipeline {
stages {
stage('Checkout') {
steps { checkout scm }
steps {
slackSend channel: '#product_infra', color: '#439FE0',
message: "🚀 *sales* 빌드 시작 (`${env.BRANCH_NAME}`)\n<${env.BUILD_URL}|빌드 #${env.BUILD_NUMBER}>"
checkout scm
}
}
// ── main → 운영서버 Production 배포 ──