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: |- Build *${execution.id}* finished! Status: ${execution.status} 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