JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 31 forks source link

Not working with SonarQube Server 7.9 #64

Closed kozekocha closed 5 years ago

kozekocha commented 5 years ago

The plugin doesn't work with SonarQube 7.9. The internally used Sonar Runner 2.4 uses an API which is not available. In particular this is 'batch_bootstrap/index' which is not available and should be replaced with 'batch/index' Web API

I'm aware that the Sonar Runner is not under your control but once this was updated the plugin should be updated as well.

I've already raised a ticket for the Sonar Runner

Regards, Andre

Linfar commented 5 years ago

Hello

What plugin version do you use?

kozekocha commented 5 years ago

2017.1-22

Linfar commented 5 years ago

Then you can choose between Sonar Runner 2.4 and 3.0.3 - both versions are bundled. Please try the 3.0.3 version - you can make it default in Administration -> Tools page or select a version in the Sonar Runner step.

kozekocha commented 5 years ago

Oh, good to know. I'll try that. And thank you for the very fast response :)

kozekocha commented 5 years ago

It's working as you said. Issue solved.

kozekocha commented 5 years ago

working as expected

Linfar commented 5 years ago

Thanks for update