SonarQube没有延长超时

时间:2017-03-11 20:26:28

标签: linux azure sonarqube azure-devops ubuntu-16.04

我在尝试将SonarQube与TFS Online一起使用时遇到错误。它在处理过程中超时。我更改了sonar.properties文件并重新启动了该服务。但我仍然得到一个错误,说它超时,因为它没有在300秒内完成。我甚至尝试过扩展服务器以增加功能。我目前在Azure上D2_V2

sonar.properties

sonar.jdbc.maxWait=900000

错误

2017-03-11T20:12:34.4141248Z Waiting on the SonarQube server to finish
processing in order to determine the quality gate status.
2017-03-11T20:12:34.4141248Z  2017-03-11T20:12:34.4141248Z 
2017-03-11T20:17:34.7999965Z
##[error]System.Management.Automation.RuntimeException: The analysis did not complete in the allotted time of 300 seconds. Consider setting
the build variable SonarQubeAnalysisTimeoutInSeconds to a higher
value. ---    System.Management.Automation.RuntimeException: The
analysis did not complete in the allotted time of 300 seconds.
Consider setting the build variable SonarQubeAnalysisTimeoutInSeconds
to a higher value. 2017-03-11T20:17:34.7999965Z    --- End of inner
exception stack trace --- 2017-03-11T20:17:34.7999965Z    at
System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input) 2017-03-11T20:17:34.7999965Z    at
System.Management.Automation.PowerShell.Worker.ConstructPipelineAndDoWork(Runspace rs, Boolean performSyncInvoke) 2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.Worker.CreateRunspaceIfNeededAndDoWork(Runspace rsToUse, Boolean isSync) 2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.CoreInvokeHelper[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
2017-03-11T20:17:34.8009662Z    at
System.Management.Automation.PowerShell.CoreInvoke[TInput,TOutput](PSDataCollection`1 input, PSDataCollection`1 output, PSInvocationSettings settings)
2017-03-11T20:17:34.8009662Z    at
Microsoft.TeamFoundation.DistributedTask.Handlers.LegacyVSTSPowerShellHost.VSTSPowerShellHost.Main(String[] args) 2017-03-11T20:17:34.8109668Z
##[error]LegacyVSTSPowerShellHost.exe completed with return code: -1. 2017-03-11T20:17:34.8109668Z ##[section]Finishing: Complete the
SonarQube analysis

1 个答案:

答案 0 :(得分:4)

正如错误消息所示:

  

分析未在300秒的分配时间内完成。考虑将构建变量SonarQubeAnalysisTimeoutInSeconds 设置为更高的值

转到构建定义中的“变量”选项卡,添加上述变量并增加值。