简体   繁体   English

Azure Devops-发布流水线

[英]Azure Devops-release pipeline

Can we create release pipeline in azure devops using yaml?我们可以使用 yaml 在 azure devops 中创建发布管道吗? (I know we can add stages in pipelines,but i want to know if we can create pipeline in pipelines -> release by yaml not classic pipeline.) (我知道我们可以在管道中添加阶段,但我想知道我们是否可以在管道中创建管道 -> 由 yaml 发布而不是经典管道。)

you can build and release in the same pipeline, we have a multi stage pipeline, the first stage builds the subsequent stages deploy to the different environments and run automated test您可以在同一个管道中构建和发布,我们有一个多阶段管道,第一阶段构建后续阶段部署到不同的环境并运行自动化测试在此处输入图像描述

Alternatively you can separate it in to different yaml pipelines或者,您可以将其分成不同的 yaml 管道

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

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