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.
Hello,
I want to create a bitbucket webhook to trigger a TeamCity build whenever there is a new push in bitbucket repository.
I am able to create the webhook and connect it with TeamCity build URL but I'm not able to find out how to trigger that particular build with bitbucket webhook.
Basically, I need to send a POST request to http://[teamcity-server]/httpAuth/app/rest/buildQueue with the "build configuration id" in custom data of the webhook.
But I'm not able to achieve it as I'm not able to find this option how to add custom data with the teamcity URL in the bitbucket webhook.
Have anyone already achieved or enable this or if anyone have some information that how we can achieve this then please help.
Many Thanks!