Forum Discussion

a_al_doori's avatar
a_al_doori
Copper Contributor
Aug 09, 2024

Pipeline is not automatically triggered from different project within same org

Hello everyone, so basically I have a build pipeline called "MY-BUILD" in project 'X' in repo 'repo1' and in branch 'test/new-configs'
and deploy pipeline in project 'Y' in repo  'repo2' and in branch 'test', all I want to do is to automatically trigger the deploy pipeline if the build one is sucessful...

I have the following, but not working at all, and not getting triggered when build is successful, any idea what is the issue?

```

resources:
  pipelines:
    - pipeline: BuildPipeline
      project: X
      source: MY-BUILD
      trigger:
        branches:
          include:
            - test/new-configs
```

Thanks

Resources