Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,866
Community Members
 
Community Events
185
Community Groups

Invalid URL for BitBucket Cloud Webhook to Bamboo

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:

http://10.3.2.23:8085/rest/triggers/1.0/remote/changeDetection?planKey=BAMTEST-BAMWEB&skipBranches=false

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.

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 13, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events