sonarQube执行失败,并显示“ SonarQube Scanner执行期间发生错误”

时间:2019-07-23 15:20:16

标签: sonarqube

我们正在使用SonarQube进行代码分析。我们的项目是使用C#和gitlab CI构建管道开发的。

用于扫描代码的命令:

dotnet sonarscanner begin /k:xxxxxx
/d:sonar.host.url=https://sonar.xxxxx.com/ /d:sonar.login=<<login id>> /d:sonar.verbose=true /d:sonar.cs.opencover.reportsPaths="tmp/xx/testresults/coverage.opencover.xml" /d:sonar.coverage.exclusions="*Tests.cs,*Integration.cs" - .

现在作业失败,并出现以下错误:

10:46:41.660 ERROR: Error during SonarQube Scanner execution
10:46:41.660 ERROR: Unable to load component class org.sonar.scanner.report.ActiveRulesPublisher
10:46:41.660 ERROR: Caused by: Unable to load component interface org.sonar.api.batch.rule.ActiveRules
10:46:41.660 ERROR: Caused by: Failed to load quality profiles
10:46:41.661 ERROR: Caused by: timeout
10:46:41.661 ERROR:

任何想法有什么问题吗?

0 个答案:

没有答案