Pushbullet with YAML
Tip
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
yamlactions: - action: "Send notification to Phone" type: "PUSHBULLET" title: "Buddy" content: "${BUDDY_PIPELINE_NAME} execution #${BUDDY_RUN_ID}" link: "${BUDDY_RUN_URL}" device: "ujyFD1FQyqasafZ1EcWD1w" integration: "my_integration"
Last modified on Oct 29, 2024