Rollbar with YAML

YAML parameters for Rollbar

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to ROLLBAR.
token RequiredStringThe post_server_item-scope project access token.
application RequiredIntegerThe ID or name of the Rollbar application.
environment RequiredStringThe name of the environment being deployed.
integration RequiredStringThe ID of the integration.
user RequiredStringThe 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

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 Oct 17, 2024