Merge train in Azure DevOps

Viewed 104

Is it possible to somehow implement a merge train in Azure DevOps, similar to what GitLab does?

Merge train example

Three merge requests (A, B and C) are added to a merge train in order, which creates three merged results pipelines that run in parallel:

The first pipeline runs on the changes from A combined with the target branch.
The second pipeline runs on the changes from A and B combined with the target branch.
The third pipeline runs on the changes from A, B, and C combined with the target branch.
0 Answers
Related