Rollbar with YAML

YAML parameters for Rollbar

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to ROLLBAR.
token
Required
StringThe post_server_item-scope project access token.
application_id
Required
IntegerThe ID of the Rollbar application.
environment
Required
StringThe name of the environment being deployed.
integration_hash
Required
StringThe ID of the integration.
user
Required
StringThe local Username who deployed.
token_nameStringThe name of the project access token.
rollbar_usernameStringThe Rollbar username of the user who deployed.
commentStringThe additional text data to record with this deploy.

YAML example for Rollbar

actions:
- action: "Rollbar Action"
  type: "ROLLBAR"
  user: "mike"
  rollbar_username: "MikeB"
  application_id: "123456"
  application_name: "Buddy-Works"
  environment: "linux"
  comment: "Deploy comment"
  token: "secure!43ae0b4fda9641d7862f7f9f84a0ca54"
  token_name: "$post_server_item"
  integration_hash: "5ddb7c180fb38be67bd78a88a"

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.