Rollbar with YAML

YAML parameters for Rollbar

Name Type Description
action Required String The name of the action.
type Required String The type of the action. Should be set to ROLLBAR.
token Required String The post_server_item-scope project access token.
application Required Integer The ID or name of the Rollbar application.
environment Required String The name of the environment being deployed.
integration Required String The ID of the integration.
user Required String The local Username who deployed.
token_name String The name of the project access token.
rollbar_username String The Rollbar username of the user who deployed.
comment String The additional text data to record with this deploy.

YAML example for Rollbar

yaml
actions: - action: "Rollbar Action" type: "ROLLBAR" user: "mike" rollbar_username: "MikeB" application: "Buddy-Works" environment: "linux" comment: "Deploy comment" integration: "my_integration"

Last modified on Mar 4, 2025