尝试将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
转到构建定义中的“变量”选项卡,添加上述变量并在该值上增加.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。