Hi,
I am trying to set up a BitBucket webhook, so that I can automatically trigger a build with every new commit.
I am running QuickBuild 10.0.5 and I am following the documentation here: https://wiki.pmease.com/display/QB10/Working+with+Bitbucket+Server
When I insert the QuickBuild URL on the bitbucket side, I get a 500 error. I believe this is caused by the fact that I did not include any authentication credentials with this rest URL. If I try accessing the same path on my terminal, I can only do it by providing my QuickBuild username and password.
How should I configure the webhook?
Thank you.