I'm trying to configure code quality check with SonarQube in Jenkins. I've added in Jenkins Sonar - plugin and configured it in Manage Jenkins - Configure system - MSBuild SonarQube Runner
But when I try to buid my project with Jenkins, I get the error:
FATAL: No SonarQube installation assigned for this job. There are 0 available installations that can be configured. If you want to reassign a lot of jobs to a different SonarQube installation see
http://docs.sonarqube.org/display/PLUG/Reassign+Jobs+to+Another+SonarQube+InstanceBuild step 'Invoke Standalone SonarQube Analysis' marked build as failure channel stopped
EDIT
The page cited in the error message has moved. The new URL is: https://docs.sonarqube.org/display/SCAN/Reassign+Jobs+to+Another+SonarQube+Instance