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.
When trying to set up our BitBucket webhook to Bamboo, I am getting "Invalid URL" when trying to save the Webhook initial setup. I am using the URL from the pattern posited in the Atlassian post: https://confluence.atlassian.com/bamboo/triggering-a-bamboo-build-from-bitbucket-cloud-using-webhooks-873949130.html
I have tried:
Which results in "Invalid URL"
And when I try:
10.3.2.23:8085/rest/triggers/1.0/remote/changeDetection?planKey=BAMTEST-BAMWEB&skipBranches=false
I get "The specified URL is invalid"
I have added the BitBucket IPs to the whitelist for the trigger in Bamboo.
Hello Mike,
I've checked the errors you were experiencing and this is what they usually mean:
Invalid URL: Domain unreachable. This error is misleading, it was reported as an enhancement but closed due to missing information - #12533 - Urls that don't exist give unclear "invalid url" error - Bitbucket. I've added some extra comments there to highlight this as an existing problem.
The specified URL is invalid: The URL format is not valid.
Your Bamboo instance seems to be unavailable to the internet, in order words, Bitbucket is not able to reach your Bamboo server therefore not being able to configure the WebHook.
Please check if your instance is available by accessing it from a different machine, on an external network.
curl --user <user>:<password> -H "Content-Type: application/json" -X POST http://<your_IP>:8085/rest/triggers/1.0/remote/changeDetection?planKey=BAMTEST-BAMWEB&skipBranches=false
(!) Please make sure the IP calling Bamboo is configured in Trigger IP addresses remote trigger.
In case you need to whitelist a firewall to allow Bitbucket request to reach your server, please use the following pages as a reference:
I hope that helps you to move forward.
Thank you - I was able to figure that out eventually, but could not find this information anywhere else (another answer to a different question triggered the "DUH!" moment that my local URL wouldn't be accessible via cloud bitbucket). A more informative message might be helpful.
Thanks for your assistance!
---Mike
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.