English 中文(简体)
无法启动从另一个项目管道完成后的粪池
原标题:Unable to trigger the azure pipeline from another project pipeline completion

当另一个项目的管道完工时,我应启动管道。 我使用了资源特征。

resources:
  pipelines:
  - pipeline: ABC_Pipeline
    source: xyz
    project: pqr
    trigger:
      branches:
        - "*"

尽管来源管道Xyz在普克尔项目中取得了成功,但管道并未启动。

问题回答

Try

resources:
  pipelines:
  - pipeline: ABC_Pipeline
    source: xyz
    project: pqr
    trigger: true

<代码>trigger:当源管道的任何版本完成时,真正的即启动管道。

作为一种替代办法,你可以将触发点由分行、标签、分级或组合进行。 见

输油管道Xyz在粉碎板项目中取得成功,输油管道没有启动。

页: 1 纸浆项目管道(Navigate to )中手工和预定建筑的防弹处 Edit -> Triggers -> Yaml -> Get sources

“entergraph

你们需要确保缺省分局的Yaml档案含有正确的资源管道触发器。

管道将利用YA马列输电管系统的缺损处的资源启动。

如果没有,你需要修改<>。 人工和计划设计的违约事务部门在正确部门建造。

如欲了解详情,请参见:。 管道违约事务





相关问题
Team foundation server in the cloud?

We have been using TFS on our own server for a while. We would like to move it in the cloud. Is there any good hosted service? Note: we would like to import all our source and projects

热门标签