How to link multiple repositories to a single Bamboo plan?

I have a Bamboo plan, I want to link multiple Bitbucket repositories to it such that the plan runs whenever code is pushed to whichever repository. How do I achieve this? Thank you

I have a Bamboo plan, I want to link multiple Bitbucket repositories to it

Add all repositories you need via tab Repositories of your plan configuration (/chain/admin/config/editChainRepository.action?buildKey).

such that the plan runs whenever code is pushed to whichever repository.

Add trigger Bitbucket Server repository triggered via tab Triggers of your plan configuration (/chain/admin/config/editChainTriggers.action?buildKey).
Enable all repositories you need on that trigger configuration.

Cheers.

1 Like