Honeybadger with YAML

YAML parameters for Honeybadger

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to HONEYBADGER.
environment
Required
StringThe Honeybadger environment.
integration_hash
Required
StringThe ID of the integration.
token
Required
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"

Last modified on February 15, 2023

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.