RobCo
(Robin D)
November 18, 2021, 12:29pm
1
Hey,
on our SonarQube server I was able to define a default regular expression which was used to detect long living branches in new projects (Administration → Configuration → General Settings → Branches):
I am currently searching for the same feature in SonarCloud and can’t seem to find it. Could you help me out?
Cheers,
Robin
Colin
(Colin)
November 22, 2021, 9:13am
3
Hey @RobCo
Unfortunately, there’s no organization-level setting available for this – it is only available at the project level.
This isn’t the first time we’ve gotten feedback about this.
We use gitflow as a branching strategy across our organization. Our long lived branches are
develop, master and release/*. The regular expression to match these branches is
develop|(release/.*)
We would like to apply this regular expression to the long-lived branch pattern on all projects (at least on all new projects). So far, I only managed to configure this regex at project level. Is it possible to configure the default pattern for long-lived branches on SonarCloud so that it is automatica…
Is there any way to change the default value for the long-lived branch regex at organization level?
Our teams often use a gitflow inspired workflow and the existing defaults makes no sense at all for us.
If you’d like to propose a change, you can always Suggest a new feature
1 Like
RobCo
(Robin D)
November 22, 2021, 9:18am
4
Hey Colin,
thanks for the reply.
I will suggest this feature for SonarCloud since it is really important for us.
Cheers,
Robin
system
(system)
Closed
November 29, 2021, 9:18am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
Colin
(Colin)
August 5, 2024, 3:01pm
7
Hey @RobCo
Hey @guilhermemotadock
We recently launched SonarCloud Enterprise, which includes support for organizaiton-wide config like configuring a long-lived branch pattern!
Hello SonarCloud Users,
We just launched two new plans on SonarCloud that will replace our existing offering.
The SonarCloud Enterprise plan delivers a range of advanced features offering mission-critical flexibility, scalability, and performance. Available now as an early access program with the following key features:
SSO through SAML
Enterprise hierarchy to group multiple organizations
Management reporting through Portfolios, security reports, and project reports
Organization…