kr4me
kr4me

Reputation: 57

SonarQube and Sonar runner installation in Jenkins

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?

Upvotes: 3

Views: 7153

Answers (1)

Abhijeet Kamble
Abhijeet Kamble

Reputation: 3201

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

Upvotes: 4

Related Questions