TeamCity Sonar Runner步骤

时间:2016-01-05 10:30:03

标签: sonarqube teamcity fxcop sonar-runner

我正在使用以下附加参数运行SonarQube Runner步骤。

  

-X   -Dsonar.sourceEncoding = UTF-8   -Dsonar.dotnet.visualstudio.solution.file =%config.solution.file.path%   -Dsonar.issuesReport.html.enable =真   -Dsonar.cs.fxcop.fxCopCmdPath = C:/ Program Files(x86)/ Microsoft Visual Studio 10.0 /团队工具/静态分析工具/ FxCop / FxCopCmd.exe

但是对于更大的解决方案,我收到以下错误:

enter image description here

1 个答案:

答案 0 :(得分:0)

您需要设置3个选项才能使fxcop正常工作

[program:worker]
process_name=%(program_name)s_%(process_num)02d
command=php artisan queue:listen --timeout=360 --queue=high,low --sleep=3 --tries=3
autostart=true
autorestart=true
exitcodes=0,2
user=www
numprocs=2
redirect_stderr=true
stdout_logfile=/www/worker/storage/logs/worker.log