SonarQube and Sonar runner installation in Jenkins -


i have installed sonarqube-4.3 , jenkins in machine. integrate sonar jenkins installed sonarqube plugin.

do need install sonar-runner in machine in order trigger analysis through jenkins?

you need sonarqube installed , running on same/different machine. require sonarqube plugin in jenkins connect sonarqube storing results.

sonar-runner analyzer run analysis on codebase. need install sonar-runner on local machine , have specify path in jenkins system configuration.

please find below screenshots detail purpose.

enter image description hereenter image description here


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -