Ask Your Question
1

How can we activate a pipeline in Azure that is specific to a particular branch from a different pipeline?

asked 2023-06-05 05:11:57 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-05 05:37:02 +0000

lakamha gravatar image

To activate a pipeline in Azure that is specific to a particular branch from a different pipeline, you can use the "Trigger Azure Pipelines" task in the source pipeline. Follow these steps:

  1. In the source pipeline, add a new task and search for "Trigger Azure Pipelines".

  2. Configure the task by specifying the targeting pipeline and the branch that should be triggered. You can do this by specifying the "Pipeline name" and "Branch" fields respectively.

  3. Optionally, you can also pass variables and arguments to the targeted pipeline by specifying them in the "Arguments" and "Template parameters" fields respectively.

  4. Save and run the updated source pipeline.

The targeted pipeline will now be automatically triggered whenever the source pipeline runs and only for the specified branch.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-05 05:11:57 +0000

Seen: 10 times

Last updated: Jun 05 '23