Rollbar with YAML
Learn more about:
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_id Required | Integer | The ID 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
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: "my_integration"
Last modified on March 22, 2024