Using Applications with sonar.properties

Hello,

We are using SonarQube version 10.5 with Enterprise license.

According to the documentation, an application in SonarQube aggregates multiple projects into a single project. This looks like having only one sonar-properties file for multiple projects, is that correct? The documentation is very limited (Applications) and doesn’t tell much about how to configure an Application. I tried to create an Application on SonarQube, but that’s it. It is not clear how to use it with sonar.properties.

Can you help us with that and share more information on this topic?

Thanks in advance.

Kind regards,

Hi @ckucu ,
Applications are used to aggregate analyses, providing a synthetic view of a set of analyses with no impact on analysis configuration.
Each analysis has its own configuration (sonar-project.properties).
To use them :

  • Create an application
  • Add projects
  • Configure application branches
  • Recompute

Thanks @Bachri_Abdel for the reply.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.