Sonarqube Language plugin error when upgrading from 6.0 to 6.4

I updated my sonarqua from 6.0 to 6.4 on Jenkins

Sonar analysis worked fine with 6.0, but after updating I got the error: No quality profiles found, you probably don't have any language plugin installed

What's wrong here?

+3


source to share


1 answer


Please note that when SonarQube is installed, some plugins are automatically installed, see which plugins are automatically installed and may need to be updated.

There update instructions,

When upgrading, you need to install the plugins you are using in the plugin version section



SonarQube plugin for jenkins dependencies:

maven-plugin (version: 2.14, optional)
workflow-cps (version: 2.25, optional)
configurationslicing (version: 1.40, optional)
jquery (version: 1.11.2-0)

+2


source







All Articles