diff --git a/deployment/live/cloudbuild/prod/slack.json b/deployment/live/cloudbuild/prod/slack.json index 1f9427d..f0ba023 100644 --- a/deployment/live/cloudbuild/prod/slack.json +++ b/deployment/live/cloudbuild/prod/slack.json @@ -1,14 +1,27 @@ [ { - "type": "section", + "type": "header", "text": { - "type": "mrkdwn", - "text": "Cloud Build {{.Build.ProjectId}} {{.Build.Id}} {{.Build.Status}}" + "type": "plain_text", + "text": "CloudBuild {{.Build.Status}}: {{.Build.Substitutions.REPO_NAME}} {{.Build.Substitutions.TRIGGER_NAME}}" } }, { "type": "divider" }, + { + "type": "section", + "fields": [ + { + "type": "mrkdwn", + "text": "*Branch*: {{.Build.Substitutions.BRANCH_NAME}}" + }, + { + "type": "mrkdwn", + "text": "*Commit*: {{.Build.Substitutions.SHORT_SHA}}" + } + ] + }, { "type": "section", "text": {