Pushbullet with YAML

YAML parameters for Pushbullet

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to PUSHBULLET.
integration RequiredStringThe ID of the integration.
contentStringThe content of the notification.
deviceStringThe name of the device to which the notification will be sent.
linkStringThe link of the notification.
titleStringThe title of the notification.

YAML example for Pushbullet

yaml
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 Sep 23, 2024