gpt4 book ai didi

Azure 管道在上一个管道完成后不会触发

转载 作者:行者123 更新时间:2023-12-03 06:14:14 25 4
gpt4 key购买 nike

在 Azure DevOps 中,我有 2 个管道,假设管道 A 和管道 B。管道 A 计划每天运行。成功完成管道 A 后,我想触发管道 B。

我添加了在成功完成管道 A 后应触发管道 B 的代码片段。但它不起作用。我该如何解决这个问题?

trigger: none

resources:
pipelines:
- pipeline: AliasA
source: Pipeline A # Name of the pipeline that triggers this pipeline
trigger:
branches:
- branch_prod # Branches that will trigger this pipeline

最佳答案

试试这个:

resources:
pipelines:
- pipeline: AliasA # Name of the pipeline resource.
source: PipelineA # The name of the pipeline referenced by this pipeline resource.
project: Project # Required only if the source pipeline is in another project
trigger: true # Run xx pipeline when any run of yyy completes

关于Azure 管道在上一个管道完成后不会触发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76434934/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com