Hi all!
I’m using Bitbucket to trigger Buildkite through a webhook on the following events:
- Pull request is Created
- Pull request is Updated
The creation of a PR does trigger the pipeline build, which in turn succeeds. But when the developer pushes new commits to the PR, updating it, the webhook is triggered, but no rebuild/new build is done in Buildkite. What can be wrong in this case?
Ps: The webhook returns 200 on the pullrequest:updated event key and returns a json like the following:
{“id”:“12345678-1234-1234-1234-123456789012”}