We're using Bamboo (5.7.1b5715) with Perforce as our repo host. One of our build plans has more than one linked repository as it pulls together different parts of the top level repository tree.
For the default build, pointing to the Trunk repo, this works great.
However, having branched the Trunk tree, I now need to create a matching branch build in Bamboo pointing to the new Perforce branch, but it seems I can only override ONE of the repositories defined in the build plan for the branch (the default one).
Is there any way that I can override all of the plan defined repositories in a branch? If not, why does the main build allow you to define multiple repositories in the first place?
Cheers
Lance
It was a design decision to only allow overriding a branch in main plan repository.
Using different parts of the repository tree to compile a single project seem to be a very rare scenario. I think that building smaller components/libraries/artifacts of your system, versioning them and using that as dependencies in the main build could be a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.