We've got a setup in which our master branch is always ready to release, and developers create temporary branches per JIRA for their fixes. Master branch requires a pull request, and therefore nobody can push directly to it. Pull requests currently require a successful branch build in Bamboo, as well as a peer-review, before we can merge into master branch (which Bamboo then builds and deploys).
I'd like to set Stash/Bamboo up so that a hotfix branch can be merged straight to master, which Bamboo builds tests and deploys without running a branch plan. Is this possible?
I haven't been able to find a way to create an exception to the rule that requires pull requests for master branch. Similarly, I'm not sure how to get Bamboo to ignore branches beginning /hotfix (there's no "Do not create plan branches matching" rule).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.