跳到主要内容

Raygun with YAML

List of YAML parameters and examples for the "Raygun" action

YAML parameters for Raygun

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to RAYGUN.
token
必填
StringSee authToken here.
device
必填
StringSee apiKey here.
versionStringSee version here.
userStringSee ownerName here.
emailStringSee emailAddress here.
commentStringSee comment here.

YAML example for Raygun

actions:
- action: "RAYGUN notification"
type: "RAYGUN"
version: "$BUDDY_EXECUTION_ID"
token: "secure!rjMzYPhyffqEI8nmd4JPLuv51uhqpzJ4ykx+ilKrTgh9t4+/tGAPhF05EvhpdMj2"
name: "$BUDDY_INVOKER_NAME"
email: "$BUDDY_INVOKER_EMAIL"
comment: "$BUDDY_INVOKER_COMMENT"