atlassian bitbucketserver - I want Bitbucket cloud merge button to trigger Bamboo cloud build -


so have builds being triggered bamboo when there's push branch using remote trigger. works perfectly.

however, want same thing happen when click "merge" button on bitbucket server. code merges master build not triggered.

is there way fix this?

you can use http request post receive hook . https://marketplace.atlassian.com/plugins/de.aeffle.stash.plugin.stash-http-get-post-receive-hook/server/overview

for bitbucket cloud, can select create new plan branches new branches under branches->'automatic branch management'. tested on bitbucket , bamboo cloud , works perfectly.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -