Skip to content

checkStage with tag between pipelines #1309

Answered by rfennell
danielbanks asked this question in Q&A
Discussion options

You must be logged in to vote

The simple answer is you can't compare two different pipelines.

The task relies on calls to the Azure DevOps REST API and shows the differences between runs of the same pipeline definition. To deliver what you are asking for would be a complete rewrite.

To turn the question around, why do you have different pipelines for Hotfix and Release?

Could you not have a single pipeline and use conditional insertion logic to enable or disable stages that should be bypassed for one or other release type.

This is the technique I try to use as it means only one YAML pipeline to maintain, and ensures all my means of release pass through the same gates.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@danielbanks
Comment options

@htekdev
Comment options

@progrock100
Comment options

@rfennell
Comment options

Answer selected by danielbanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment