Hey folks,
We’ve recently set up SonarQube Enterprise 9.0.1.46107 and want to analyze some projects (mainly libraries) with it which are being built in multiple variants, for example for different operating systems and hardware architectures, or for different versions of the target runtime.
Right now we can only run the analysis on a single variant per project per commit/PR since SonarQube doesn’t seem to support build variants (i. e. running multiple analysis linked to a single PR and commit).
I’ve found some topics about this via the search function:
https://community.sonarsource.com/t/build-matrix-support-multiple-build-variants/13965
https://community.sonarsource.com/t/c-analysis-for-variants-built-in-docker/37618
Are there any plans to support build variants in the future?
Maybe the custom sonar.analysis.[yourKey]
parameters could be used for this?
https://docs.sonarqube.org/9.0/analysis/analysis-parameters/