Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.