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: |- Run $BUDDY_RUN_ID finished. Branch: $BUDDY_RUN_BRANCH Commit: $BUDDY_RUN_COMMIT_SHORT link: $BUDDY_RUN_URL 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