YAML examples for Pushbullet
Pushbullet notification with link
yaml- action: Pushbullet notification type: PUSHBULLET trigger_time: ON_EVERY_EXECUTION disabled: false integration: "my-pushbullet-integration" title: Build Completed content: |- Build ${execution.id} finished. Branch: ${execution.branch} Status: ${execution.status} link: https://buddy.works/builds/${execution.id} device: my-phone-device-id ignore_errors: false retry_interval: 30 retry_count: 2 timeout: 60
Simple Pushbullet notification
yaml- action: Pushbullet notify type: PUSHBULLET trigger_time: ON_EVERY_EXECUTION integration: "my-pushbullet-integration" title: Build content: Build completed