Our repository contains a couple of CI pipelines for some services as a mono-repo. These pipelines deploy images to a docker image registry.
I want to run a separate pipeline to do the CD part, which pulls in the images from the registry and deploys them in a cluster. Is this dependency amongst different yaml pipelines possible in Azure DevOps?
In essense:
Let's assume we have Pipelines S1, S2, S3 for services. I want to run Pipeline 'Deploy' after all three pipelines have finished.