I have successfully install the SonarQube plugin for Jenkins. I am following this article which says click on "advance button" under SonarQube configuration. But I don't see the advance button there which I have to config the sonar server details.
When I go to Plugin manager-Installed, I can see the SonarQube 2.2.1 Plugin also.
Edit:
Q1) When i ran the sonar build i get below error, but the sonar build get success. I can see the dashboard was populated but i am uncertain whether is fully populated because of below error.
[ERROR] [23:02:19.082] Unable to create symbol table for : /var/lib/jenkins/jobs/Build-media-api/workspace/src/main/java/com/sample/la/ms/controller/MediaController.java
java.lang.IllegalStateException: Could not resolve type parameter: S in class Resources
Q2)How can i a incprporate a angular js project with Jenkins Sonar Qube plugin. When i click on the "post build action" of my web project jenkins job, I get the SonarQube section with advance button. But that advance button only support maven configaration which my web(angular) project has a bower.json file use with grunt.