简体   繁体   English

为什么我们在 Azure Devops 中使用管道下的环境? 并且在创建构建/发布方面是否有任何每月/每年的限制?

[英]Why we use environments under pipelines in Azure Devops? and is there any Monthly/Yearly limitation in creating builds / releases?

First i need to know why we use environments under pipelines in Azure devops and Is there any Monthly/Yearly limitation in creating build or releases in Azure DevOps?首先我需要知道为什么我们在 Azure devops 中使用管道下的环境以及在 Azure DevOps 中创建构建或发布是否有任何月度/年度限制? Anyone Please HELP !任何人请帮助!

Here is a doc about the advantages of using environments .这是一个关于使用环境的优点的文档。

1.Deployment history 1.部署历史

2.Traceability of commits and work items 2.提交和工作项的可追溯性

3.Diagnose resource health 3.诊断资源健康

4.Permissions 4.权限

whether there exist any limit on the number of builds that can be made可以进行的构建数量是否存在任何限制

There is no limit.没有限制。 You can create hundreds or even thousands of pipelines for no charge.您可以免费创建数百甚至数千个管道。 You can register any number of self-hosted agents for no charge.您可以免费注册任意数量的自托管代理。

But as you said, they have build time limit and parallel job limit.但正如你所说,他们有构建时间限制和并行工作限制。

You could refer this doc for more detailed information.您可以参考此文档以获取更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM