We currently make use of the Tfs SonarQube extension (version 3.1.0) on an onprem Tfs2015.Update3 (14.102.25423.0) We use the following sonar tasks in our build definitions:
- Prepare the SonarQube analysis
- Complete the SonarQube analysis
These all work fine.
I have now upgraded the Tfs server to Tfs2018 (version 16.122.27102.1). To my (pleasant:- ) surprise the SonarQube extension (version 3.1.0) still works!
When I however read this link on the sonarqube site, it seems like versions 3.x should NOT be compatible with Tfs 2018. https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Extension+for+VSTS-TFS
Versions 3.x are compatible with:
- TFS 2015 Update 3
- TFS 2017 Update 1
- VSTS
Versions 4.x are compatible with:
- TFS 2017 Update 2+
- TFS 2018
- VSTS
Am I missing something here? Thanks!