We are using SonarQube Community Edition v9.9.4, deployed using a zip file. In the project settings, we selected a specific analysis as the baseline for new code analysis. Initially, this worked as expected: for 7-10 days after the settings update, new code commits were analyzed against the baseline commit. However, the baseline commit then disappeared from the analysis list, even when selecting “All time” from the dropdown. Consequently, subsequent commits treat all code as new, leading to full code scans instead of incremental scans, which ultimately fail.
As a workaround, we are updating the baseline commit every 10 days to make it work.
However, we are seeking a more permanent solution. Are there any plugins available that would allow us to retain the baseline commit for longer than 10 days? or any other solution to fix this issue ?