Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 YAML 多阶段管道中,是否可以在完成给定阶段而不是整个管道时触发另一个管道?例如
管道 A 可能有阶段:构建 => 测试 => 部署环境 1 => 部署环境 2
我希望管道 B 在“部署环境 1”完成后触发。
这目前可能吗?
您唯一的方法是使用 REST API 在Deploy Env 1阶段的最后一步触发管道 B。
Deploy Env 1
请检查此REST API
POST https://dev.azure.com/{organization}/{project}/_apis/build/builds?api-version=5.1
您可以在开发者社区上创建一个主题,但我们需要一些时间才能得到它。