Deployment Manager - Deployment pipeline - How to trigger Deployment Pipeline of another server

Hi

We planned to have two orchestration servers for our application CICD. One is for Non prod and another for prod (Staging and PROD) deployments. Now we have created a Deployment pipeline on each server.

How to trigger Pipeline of PROD orchestration server from Non PROD orchestration server? Can you please help on this?

Thanks in Advance.

@Venkatareddy To trigger a pipeline on the PROD orchestration server from the Non PROD orchestration server you can use the ‘Trigger deployment’ task in Deployment Manager. This task allows you to trigger one pipeline from another. When you configure the ‘Trigger deployment’ task ensure that the ‘Deploy existing artifact’ checkbox is checked. This will make the second pipeline start from the appropriate stage using the artifact from the previous pipeline. For example if you have a Dev to QA pipeline that triggers a second pipeline in the QA stage the second pipeline will start from the QA2 environment.

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

Deployment Manager Trigger Deployment Option