mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
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.
15 lines
462 B
YAML
15 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
|
|
|