Hi!
I've created a Webhook that is active and working... but not in all the cases I want:
+ Works for Pull Request opened, Pull Request approved.
+Does not work: for Repository Push, Pull Request source branch updated
I'm testing with a Feature branch created with the typical Git-flow within Sourcetree.
Thank you for your help on this very frustrating issue (been stuck on that the whole day...)
The problem was, that some of the hook scripts files located in C:\Atlassian\ApplicationData\Bitbucket\shared\data\repositories\[#Repository]\hooks had errors and could not be executed properly.
Because the post-receive scripts was failing, other functionalities like Webhook trigger and Pull Request updates for post-creation commits where failing too!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.