I have a build plan that has "Automatically manage branches" turned on and I match the branches using the regex (develop|feautre).* [we use git flow]...
That works great! Bamboo automatically creates a build plan for my feature branches (feature-1, feature-2, etc.), as well as running CI against my develop branch.
Here's the problem, on Bamboo 5.2, it seems like I have to manually set a trigger for each of my feature branches. I.e., I have to edit the Deployment Plan's triggers to add one that's looking for a particular feature branch.
Am I doing something wrong? Why can I create a build plan that builds any branch that matches a regex, but I can't build a deployment plan that does the same? I.e., why can't I automatically deploy any branch off a particular build plan that matches (develop|feature).*?