We had builds timing out due to them hanging on a fastlane issue, but as the builds were aborted, our slack step, jira step, etc don’t run. Is there any way to handle an forced aborted build (opposed to a user aborted build) notifying us when it happens?
Hi @nhammond,
Sure, you can register a webhook for it and handle it on your server any way you like!
- Related (announcement) blog post: https://blog.bitrise.io/outgoing-webhooks
- DevCenter docs: https://devcenter.bitrise.io/api/outgoing-webhooks/
thanks @viktorbenei, the outgoing webhooks had completely slipped my mind!
1 Like
No problem, Outgoing Webhooks are still quite new, but quite handy!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.