I'm trying to enable the webhook for every commit that happens on a bitbucket repository. When i try to add the webhook url on bitbucket, it says invalid url. Can someone help?
It gives me an invalid url.
Correct URL for trigger is
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does it work from command line, e.g. curl?
curl -X POST -H "Content-Type: application/json" "https://build.company.name/rest/triggers/1.0/remote/changeDetection?planKey=TEST-BT&skipBranches=false"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It gives me a
Build request for plan originated from ip which is not an allowed address issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
t's exactly response from trigger. Check you provided correct IP white list at trigger configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have added the whitelist provided in my bamboo trigger.
Bitbucket webhook configuration says url i have provided is invalid. Could you help in resolving the url issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We had the restrictions on infrastructure for private url, when i used the public it worked as expected.
Thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manasa Tumu
Welcome to the community!
Please have a look at the below article, hope it helps.
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yogesh Mude Thank you for the response. I have followed the two documents but still have issue with the url which i had provided on bitbucket->webhooks-> Add new webhook -> Url for a bamboo plan.
https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.