Questions tagged [sonarqube-plugin]

SonarQube is an open source platform for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells and security vulnerabilities on 20+ programming languages.

Homepage:

https://www.sonarqube.org/

18 questions
0
votes
1 answer

Unable to load component class org.sonar.batch.bootstrap.BatchPluginInstaller

I'm running Jenkins ver 2.89.2 with SonarQube Scanner plugin ver 2.4 When running the scanner for MSBuild, it appears to be working, I see lines such as this in my logs: Downloading from http://MyServer:9000/api/server/version... etc... But, then it…
0
votes
1 answer

PL/SQL plugin not working in SonarQube

I want to use SonarQube for PL/SQL. I downloaded the plugin from the SonarQube Site and placed it into $SONARQUBE_HOME/extensions/plugins. Then I restarted the SonarQube Server but it didn't start up. When I removed the plugin it was working. How…
0
votes
2 answers

SonarQube plugin: how to get property value from command line -D

I am new to sonar plugin development. I wrote a plugin and add PropertyDefine to context. And then I wanna get my property value passed by gradle sonarqube -Dmy.proper.name=xxx I don't know what are the next steps? Plz help. Thanks.
Rocky
  • 1,287
  • 3
  • 15
  • 37
1
2