You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.