2

I have a question regarding the setup and configuration of SonarQube plugin in Eclipse . We have Sonar plugin version 2.1 installed in Jenkins. It runs analysis every day and I want to configure the Eclipse plugin so that it displays the result from the Jenkins analysis. I don't know if this is possible because I can't find any information about this, the only hope comes from the first answer of this question.

PS. I apologize if there already is an answer to my question, I couldn't find it.

Community
  • 1
  • 1
user2928287
  • 97
  • 1
  • 1
  • 7
  • Have you looked at http://marketplace.eclipse.org/content/hudsonjenkins-mylyn-builds-connector#.U2n1labh-O0 ? I just tried installing it but it didn't seem to work for me, but will give it a more serious go later. – matt freake May 07 '14 at 09:15

1 Answers1

1

The Sonarqube eclipse plugin is able to present to you the results of your analysis you run with jenkins. The results your are looking for however, are stored in the sonarqube database. So you need to to configure the sonarqube eclipse plugin to connect to the sonarqube-server, not the jenkins-server.

Here is how you do the configuration: http://docs.codehaus.org/display/SONAR/Configuring+SonarQube+in+Eclipse