跳到主要内容

Honeybadger with YAML

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

YAML parameters for Honeybadger

名称类型描述
action
必填
StringThe ID of the action.
type
必填
StringThe type of the action. Should be set to HONEYBADGER.
application_name
必填
StringThe name of the Honeybadger application.
environment
必填
StringThe Honeybadger environment.
integration_hash
必填
StringThe ID of the integration.
token
必填
StringThe Honeybadger token.

YAML example for Honeybadger

actions:
- action: "Honeybadger notification"
type: "HONEYBADGER"
trigger_time: "ON_EVERY_EXECUTION"
application_name: "Sample Application"
environment: "$env"
token: "84d1122d"
integration_hash: "5ddb7c180fb38be67bd78a88a"
variables:
- key: "env"
value: "linux"