Analysis of Multiple releases of a Project/Module

SonarQube - 7.3
Currently SonarQube report is being generated for parallel releases of a project but only latest snapshot report (with detailed information) is available. I would like to have a static report for each release.

Example -
Module: ABC
Release: 1.1
Release 2.4
Release 4.7
At any point of time only latest snapshot of a release is available. How to configure 3 static URLs for the respective releases for analysis?

Thanks, SM

Hi,

It sounds like you want to analyze your release branches. We do something similar with SonarQube itself: create a new branch for each release and make any bug fixes there (and in master of course!). Then we analyze each branch separately. This will get you started with branch analysis if you’re on a commercial edition.

 
HTH,
Ann