google-nomulus/release/notifications/googlechat.yaml
Weimin Yu f54bec7553
Add docs for Cloud Build status notification (#2157)
Add documentation that describes the current Cloud Build status notification
to Google Chat, as well as how to update the configuration and the
notifier service.
2023-09-29 10:49:15 -04:00

14 lines
462 B
YAML

apiVersion: cloud-build-notifiers/v1
kind: GoogleChatNotifier
metadata:
name: nomulus-cloudbuild-googlechat-notifier
spec:
notification:
filter: has(build.build_trigger_id) && build.status in [Build.Status.FAILURE, Build.Status.TIMEOUT]
delivery:
webhookUrl:
secretRef: webhook-url
secrets:
- name: webhook-url
value: projects/_project_id_/secrets/Chat-Webhook-CloudBuildNotifications/versions/latest