以下团队项目收集已停止...开始收集,然后重试

The following team project collection is stopped ... Start the collection and then try again

背景:我们有一个 azure DevOps 管道,我们用它来自动部署我们维护的 webapp 到 azure 测试实例。

今天突然停止 运行,出现以下错误。

TF24668: The following team project collection is stopped: ***********. Start the collection and then try again. Administrator Reason: abuse

其中 *********** 是我们的项目名称。

发生这种情况时它会立即失败。除了抛出这个错误,它似乎没有做任何其他事情。

最初设置管道的开发人员已不在公司。

我翻遍了 DevOps 界面,我找不到这个“项目集合”是什么意思,也不知道如何启动它。

有什么我应该看的地方吗?

如果您正在使用 Azure DevOps 服务。这是 Azure DevOps 上的 known issue,Microsoft 产品团队已修复它并且所有主机都已重新启动,您可以再试一次,然后在这里分享结果。

如果您正在使用 Azure DevOps Server,您应该打开 Azure DevOps Server 管理控制台->单击选项卡 团队项目Collections->检查collection并确保状态为在线,然后重试。

注意:如果您没有足够的权限执行此操作,请联系collection管理员检查。

我遇到了同样的问题并在 Microsoft Developer Community 上报告了一个问题并得到了以下回复

We had some bad actors using our MS-HOSTED pipelines pools in ways they should not have been, and we blocked them in order to maintain the stability of Azure Pipelines.

可以找到完整的回复here

他们在几天内修复了 azure 的一个错误

https://developercommunity.visualstudio.com/t/Azure-Pipelines:-errorTF24668:-The-f/1239940

有一个 Azure DevOps Dashboard 说明 Azure DevOps 服务的健康状况,这听起来可能很愚蠢。我在星期三收到他的错误,我所在地区的管道服务状态被标记为 degraded。星期四状态更改为 健康,我的管道工作正常!