diff --git a/Jenkinsfile b/Jenkinsfile index 7acf251..d16c24c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 배포 ──