YAML examples for Google Chat
Google Chat notification with retry
yaml- action: Google Chat notification type: GOOGLE_CHAT integration: "my-google-chat-integration" trigger_time: ON_EVERY_EXECUTION disabled: false channel: spaces/AAAABBBB/messages content: |- Run *$BUDDY_RUN_ID* finished! Pipeline: $BUDDY_PIPELINE_NAME Details: $BUDDY_RUN_URL ignore_errors: false retry_interval: 30 retry_count: 2 timeout: 60
Simple Google Chat notification
yaml- action: Google Chat notify type: GOOGLE_CHAT integration: "my-google-chat-integration" trigger_time: ON_EVERY_EXECUTION channel: spaces/SPACE_ID/messages content: Build completed