Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo plan branching with multiple repos

Paul Redmond September 5, 2013

I have a plan that uses 2 source repositories. Plan branching picks up the branches on the default repo but when it builds the other repo always checks out the same branch (master). I want the same branch on both repos.

I tried setting branch to ${bamboo.repository.git.branch} in the non-default repositories configutation so it would try to match the default repos branch but that didn't work.

How can I do this?

5 answers

7 votes
Martin Morin July 13, 2016

Very disappointing...

2 votes
Adam Lins October 21, 2013

I just ran smack into this problem myself. I was thinking the only workaround would be to make a clone of the main plan, and configure the repositories for the branch I want. Alternatively, a script block could be used to checkout the right branch on each sub-repo.

I don't fully understand how a plan variable could be used to specify the branch, though.

It is disapointing that the branching feature doesn't work with multiple repositories, particularly where a clean checkout is being done for each build (surely the common case?).

2 votes
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 12, 2013

At the moment the only option that works is (afaik) to manually define plan variable that points to the branch, and override it on each Plan Branch.

There's an improvement request you can vote on: https://jira.atlassian.com/browse/BAM-11544

tulikanih July 30, 2015

Hi, Can you please explain in detail, how you implemented it?

0 votes
Ben Stuart
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 12, 2018

Hey everyone, just an update on this. BAM-11544and BAM-14127 were released in Bamboo 6.3, There is also another feature request you may be interested in as well: BAM-19675.

0 votes
Johan Vandeplas September 6, 2016

I did something similar.

The first repo (default repo) I did the normal checkout. The second repo I used a script: 

${bamboo.capability.system.git.executable} clone -b ${bamboo.repository.git.branch} ${bamboo_repositoryUrl}

=> where repositoryUrl is a plan variable with the second repository url...

However now I ran into a new problem:

The trigger on the first repo works fine. But on the second repo it doesn't. If I check in on that repo on the default branch, all planBranches are triggered!  If I check in some code to a planBranch no build is triggered.

weijet August 9, 2017

I have similar situation, so what i did was to create another plan that has no jobs in it. Configured the second repository with polling trigger for that new plan that has dependency against the old plan.

So the new plan will be triggered to the old plan whenever there is a changes in your second repository. You can also setup the new plan for the feature branch that will pass to the old plan for the respective branch to do the job too.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events