3
votes

I have installed SonarQube-4.3 and Jenkins in my machine. To integrate Sonar with Jenkins installed the SonarQube plugin.

Do I need to install Sonar-runner in my machine in order to trigger a analysis through Jenkins?

1
Improve phrasing and remove duplication - scytale

1 Answers

4
votes

You need SonarQube installed and running on same/different machine. also you require SonarQube plugin in Jenkins which will connect SonarQube for Storing results.

Sonar-runner will be analyzer which will run analysis on your codebase. You need to install sonar-runner on your local machine and have to specify its path in Jenkins system configuration.

Please find below the screenshots for detail purpose.

enter image description hereenter image description here