java - sonarqube js analysis is successful without details in dashboard -


i have configured sonarqube 6.3 in 1 of our project java configuration being embedded database, , use sonar scanner 3.0 jdk 1.8, , java projects gets analyzed different issue in dashboard. when analyze java script(js) not able result in dashboard shows empty after analysis successful. added java script plugin , in sonarproject.property have changed sonar.source js. , rest usual when compared java sonar configuration, there changes need configuration analyze js source code. want know configuration need implement apart java analysis js detailed dashboard analysis.

try theses additionnals properties in sonarqube postask jenkins job :

-dsonar.sources=. -dsonar.inclusions=/web//*


Comments