mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02: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.
14 lines
462 B
YAML
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
|
|
|