Ask Your Question
0

How can a pipeline trigger from a different project be added in Azure?

asked 2023-05-06 00:30:43 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-06 00:43:01 +0000

plato gravatar image

To trigger a pipeline from a different project in Azure, you can follow these steps:

  1. Go to the project that contains the pipeline you want to trigger.

  2. Click on the "Pipelines" tab and select the pipeline you want to trigger.

  3. Click on the "..." button on the top right corner of the pipeline page and select "Triggers".

  4. Click on the "New" button and select "External".

  5. Enter the URL of the external pipeline trigger in the "Webhook URL" field.

  6. Select the events that should trigger the external pipeline trigger. This can be "Code pushed", "Pull request created", or "Manual".

  7. Click on the "Save" button to save the trigger.

Once the trigger is saved, any events that match the selected criteria will trigger the external pipeline to run.

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-05-06 00:30:43 +0000

Seen: 10 times

Last updated: May 06 '23