Pushbullet with YAML
YAML parameters for Pushbullet
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Should be set to PUSHBULLET . |
integration Required | String | The ID of the integration. |
content | String | The content of the notification. |
device | String | The name of the device to which the notification will be sent. |
link | String | The link of the notification. |
title | String | The title of the notification. |
YAML example for Pushbullet
actions:
- action: "Send notification to Phone"
type: "PUSHBULLET"
title: "Buddy"
content: "${BUDDY_PIPELINE_NAME} execution #${BUDDY_EXECUTION_ID}"
link: "${BUDDY_EXECUTION_URL}"
device: "ujyFD1FQyqasafZ1EcWD1w"
integration: "my_integration"
Last modified on March 22, 2024