Integrations1 min read
Bitbucket
Receive Bitbucket Pipeline failure alerts in OpsKnight.
Bitbucket Integration
Monitor Bitbucket Pipelines and receive alerts for build failures.
Endpoint
POST /api/integrations/bitbucket?integrationId=YOUR_INTEGRATION_ID
Setup
Step 1: Create Integration in OpsKnight
- In OpsKnight, go to Service -> Integrations.
- Add a Bitbucket integration.
- Copy the Webhook URL:
https://[YOUR_DOMAIN]/api/integrations/bitbucket?integrationId=[ID]
Step 2: Configure Bitbucket
- Go to Repository Settings -> Webhooks.
- Click Add webhook.
- URL: Paste the OpsKnight Webhook URL.
- Triggers: Select Build status created and Build status updated.
- Save.
Last updated for v1
Edit this page on GitHub