fix: Checkout 단계 slackSend에 tokenCredentialId 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 22:16:00 +09:00
parent 80bd0dcb36
commit 147f25ce48

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
slackSend channel: '#product_infra', color: '#439FE0',
slackSend channel: '#product_infra', color: '#439FE0', tokenCredentialId: 'slack-token',
message: "🚀 *api* 빌드 시작 (`${env.BRANCH_NAME}`)\n<${env.BUILD_URL}|빌드 #${env.BUILD_NUMBER}>"
checkout scm
}