Sonarqube Recommended Git Branching Model

Is there a sonarqube recommended branching model?

Using a model similar to gitflow, but with two additional long-lived branches that merge into Development, we were seeing duplicated issues/issues appear in short-lived branches that were old/resolved. (note: we just updated the git plugin from about 3 versions old, so this may be resolved)

Our model:
Long lived:
master <- release <- development <- 2x long-lived team development branches
Short lived:
branches off the top development branches
hotfix branches into release (these cause the most problems)

1 Like