diff --git a/Jenkinsfile b/Jenkinsfile index 7780d3f9..a0e2e182 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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: "πŸš€ *react* λΉŒλ“œ μ‹œμž‘ (`${env.BRANCH_NAME}`)\n<${env.BUILD_URL}|λΉŒλ“œ #${env.BUILD_NUMBER}>" checkout scm }