Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I re-add a branched build that Bamboo has automatically deleted?

I've got a branched build in Bamboo which is configured to delete builds after 14 days.

Usually branches aren't inactive that long in our project, however with Christmas leave and some early New Year priorities one branch has been inactive for more than 14 days. As a result it has dropped out of the branched build list.

How do I add it back in Bamboo?

like image 816
knockerjungle Avatar asked Jan 19 '16 01:01

knockerjungle


People also ask

How do I change the default branch of bamboo?

If you go to the Administration cog and select "Linked Repositories". This will bring you to a listing of all BitBucket repositories you have linked in Bamboo. Then select the repository that you which to change the default branch for and my screenshot should make sense from there.


1 Answers

Have a look at this post: Deleted plans are not remade when code is pushed to existing branch.

  1. Go to Plan Configuration -> Branches, and click button in upper-right to manually add a branch.
  2. From branch add modal, select desired branch and check box for 'Enable branches'.
  3. (optional) on following screen for new plan branch, check the box to exempt this branch from getting pruned again.
like image 70
Stav Avatar answered Oct 05 '22 08:10

Stav