跳到主要内容

Pushbullet with YAML

List of YAML parameters and examples for the "Pushbullet" action.

YAML parameters for Pushbullet

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to PUSHBULLET.
integration_hash
必填
StringThe 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

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_hash: "5ddb7c180fb38be67bd78a88a"