简体   繁体   中英

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? Anyone Please HELP !

Here is a doc about the advantages of using environments .

1.Deployment history

2.Traceability of commits and work items

3.Diagnose resource health

4.Permissions

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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