Is it possible to freeze a version in SonarQube's time machine?

153 Views Asked by At

Is it possible to freeze a version in SonarQube's time machine and make this snapshot always visible in the history chart? For example I have tagged a version in Git as v1.0 and I want this to be always in the chart so I can compare it with the latest versions and track the progress. Is the only way to launch Sonar Maven each time on this version?

1

There are 1 best solutions below

7
On

It is possible to set a version on SonarQube snapshot. You can then use this version in the differential period including the leak period.

Note also that adding an event to a snapshot prevent the snapshot to get deleted from the history. Find more information about this in History and Events documentation.

You can set a version to a snapshot from SonarQube UI in the history of project's analyses (project administration permission is required).