Not triggering build on merge commit from Bitbucket
I notice that Appveyor is building project on webhooks that are fired from Bitbucket for Opening a PR, Updating a PR, but NOT for Merging a PR. Here are some logs and the request body of the merge webhook, screenshots in attached file. In bitbucket the merge type is pullrequest:fulfilled.
- bitbucket_pr_merge_logs.pdf 261 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by dstrickland on Oct 22, 2019 @ 03:53 PM
Title should have read "....pr merge commit...".
Support Staff 2 Posted by Feodor Fitsner on Oct 22, 2019 @ 04:04 PM
Hi Don,
That's correct, AppVeyor skips
pullrequest:fulfilled
PR event, but it's on purpose as when PR is merged it should trigger branch (which PR was merged into) build instead, right?3 Posted by dstrickland on Oct 22, 2019 @ 07:44 PM
Gotcha, i wasn't sure if did both, thanks for the clarification!