Microsoft托管的代理购买,但管道仍在超时失败
我们的客户购买了1个Microsoft托管代理(并行作业),因为我们的YAML构建管道花了60多分钟才能完成。它是在24小时前购买的,但是当超过60分钟的时间时,我们的管道仍会失败。除了再次运行构建外,我是否必须采取一些措施来更改管道?我认为应该自动认识到它不再是自由球员。
我还可以看到正确的代理正在从DevOps运行作业。
Our customer purchased 1 microsoft hosted agent (parallel jobs) because our Yaml build pipeline took more than 60 mins to complete. It was purchased more than 24 hours ago but still our pipeline fails for timeout when 60 minutes have exceeded. Do I have to do something to change the pipeline other than simply run the build again? I think it should automatically recognize that it's not free agent anymore.
I can also see the correct agent is running the job from the devops.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,这是通过添加超时参数来解决的。如果缺少,那将是60分钟。
Ok, this was solved by adding timeout -parameter. If it's missing, it's gonna be 60 minutes.