系统相关
首页 > 系统相关> > Linux-SonarQube不延长超时

Linux-SonarQube不延长超时

作者:互联网

尝试将SonarQube与TFS Online一起使用时出现错误.在处理期间超时.我更改了sonar.properties文件,然后重新启动了服务.但是我仍然收到错误消息,说它超时了,因为它没有在300秒内完成.我什至尝试扩展服务器以提供更多功能.我目前在Azure上为D2_V2.

声纳

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

解决方法:

如错误消息所述:

The analysis did not complete in the allotted time of 300 seconds. Consider setting the build variable SonarQubeAnalysisTimeoutInSeconds to a higher value

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

标签:azure,sonarqube,azure-devops,ubuntu-16-04,linux
来源: https://codeday.me/bug/20191026/1934394.html