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

1

10

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?

Leprosarium answered 19/1, 2016 at 1:48 Comment(0)
S
15

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.
Sundin answered 19/1, 2016 at 1:59 Comment(1)
Thanks, that was exactly what I was looking for. I've also voted for jira.atlassian.com/browse/BAM-12161 which you linked to.Leprosarium

© 2022 - 2024 — McMap. All rights reserved.