The Airbrake integration is used to connect Jfrog Pipelines to Airbrake for notifying deployments performed through Pipelines.
Creating an Airbrake Integration
You can add this integration by following steps on the Managing Pipelines Integrations page.
Here is the information you need to create an Airbrake integration:
Name -- choose a friendly name for the integration
Url -- Airbrake API endpoint. This is already hard-coded to https://airbrake.io/api/v4
Token -- Airbrake API Token
Usage
The Airbrake integration can be used in the send_notification utility function.
Default Environment Variables for Airbrake
When you create a step that uses the integration in an inputIntegrations
entity, a set of environment variables is automatically made available that you can use in your scripts.
Environment variable | Description |
---|---|
| The API Endpoint used to connect to Airbrake |
| The Token used to connect to Airbrake |