From the course: Bamboo Essential Training (2018)

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Branch plans

Branch plans

- So, let's have a look at another feature of Bamboo, and Bamboo plans, which is the branch plans. And what it means is that, obviously, when you use a source code through a system, such as Subversion or Git, you may have feature branches. Feature branches allow different parts of your theme, or different themes, work on different features. They add new features to your software, and then eventually they merge all the features either into release branch, and then you release it, or everything gets merged back to the master branch. And you may want to have a separate build plan for different feature branches, because feature branches live for possibly a long time. For example, if it takes a month for you to build a feature, your feature branch is gonna live for a month, and then within that month you need to have a build plan for that feature. And in order to avoid creating multiple plans, for example, if you have a master branch, then you don't wanna have one plan for that, and then…

Contents