Sonarqube : branch analysis in parallel

Hi,

We are currently evaluating the Developer Edition for branch analysis feature with a trial license.
So far it works fine to analyze several branches in sequential with Jenkins.
(Sonarqube version : 6.7.4 LTS + Git + Maven).

Is it possible to analyze several branches in parallel with Jenkins ?
(e.g. start several Jenkins jobs in parallel with different branch name - each Jenkins job has its own workspace).

1 Like

Hi Laure,

You can run analyses in parallel from the CI. Analysis reports will be queued and processed sequentially by SonarQube.

Chris

1 Like

Thanks Chris.