we have a product which consists of multiple source code repositories. in order to make a build as a whole Bamboo needs to receive PR message from each repository to trigger a chain of builds. can we do that?
Hello Gefei,
Yes you can do that, You can follow the below steps.
1. First linked both the source code repositories in Bamboo under Linked repositories, refer https://confluence.atlassian.com/bamboo/linking-to-source-code-repositories-671089223.html
2. Inside the plan configuration, you can link both the linked repositories
3. Inside the triggers for this plan you can setup the Trigger which will be applicable for both the repositories.
4. Now build will be trigerred for code changes from any of these repositories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.