-2

I can see this part in my local installed Jenkins server, but can't find it in my company's Jenkins servers. What's missing to make it show? The SonarQube Runner and Sonar sections are there.

MSBuild SonarQube Runner part is not showing

Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
  • Can you elaborate ? DId you check the logs on server side for part which shows info about plugin /extension loading ? – Harshavardhan Konakanchi Jan 08 '16 at 15:06
  • I don't see the MSBuild SonarQube Runner section when I go to Manage Jenkins --> Configure System. How can I make it appear? The SonarQube plugin is installed. There is no relevant log message in three log files. The screenshot is from my local server which has this configuration section. – Jirong Hu Jan 08 '16 at 15:46

1 Answers1

0

The Compatibility section tells only supported by C# plugin 4.4 onwards: http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Scanner+for+MSBuild. So the solution is upgrade the C# plugin in SonarQube.

Jirong Hu
  • 2,315
  • 8
  • 40
  • 63