Azure Devops 管道免费层
Azure Devops pipelines free tier
Azure Devops 免费层的文档显示“1800 minutes/month,1 个并行作业”。但是,似乎还有各种文件说“1 个免费管道”。我有许多小项目,每个项目都需要自己的管道。我可以保持在所有流水线之间的 1800 分钟以内,但我只需要确认我可以拥有任意数量的空闲流水线。
The documentation for Azure Devops free tier says '1800 minutes/month, 1 parallel job'. However, there also seems to be various documents that say '1 free pipeline'.
首先,pipeline的数量没有限制,无论是否设置billing,都可以创建很多很多的pipeline。
但是,如果您使用免费套餐,则只有一项并行作业。例如,如果您有 2 个管道并且您 运行 它们,则管道将排队并且第二个管道将 运行 只有在第一个管道具有 运行.
之后
所以,
I can stay under the 1800 minutes between all pipelines, but I just need to confirm that I can have any number of free pipelines.
你可以有很多管道,但你不能 运行 一次全部。他们只能运行一个接着一个
Azure Devops 免费层的文档显示“1800 minutes/month,1 个并行作业”。但是,似乎还有各种文件说“1 个免费管道”。我有许多小项目,每个项目都需要自己的管道。我可以保持在所有流水线之间的 1800 分钟以内,但我只需要确认我可以拥有任意数量的空闲流水线。
The documentation for Azure Devops free tier says '1800 minutes/month, 1 parallel job'. However, there also seems to be various documents that say '1 free pipeline'.
首先,pipeline的数量没有限制,无论是否设置billing,都可以创建很多很多的pipeline。
但是,如果您使用免费套餐,则只有一项并行作业。例如,如果您有 2 个管道并且您 运行 它们,则管道将排队并且第二个管道将 运行 只有在第一个管道具有 运行.
之后所以,
I can stay under the 1800 minutes between all pipelines, but I just need to confirm that I can have any number of free pipelines.
你可以有很多管道,但你不能 运行 一次全部。他们只能运行一个接着一个