在Azure DevOps中,我有两个管道,比如管道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
1条答案
按热度按时间eit6fx6z1#
试试这个: