dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 13 forks source link

specify build for all pipelines #28

Closed chakaSA closed 4 years ago

chakaSA commented 4 years ago

Hi

I want to select the build number and then this build must be used by the remote pipelines. In my test I select the build which downloads the correct artifacts, but the remote build uses the latest build instead.

How can I pass the build to all the remote pipelines I trigger?

Thanks Jacques

dmitryserbin commented 4 years ago

You can try tagging your build with unique tag and using tag artifact filter in the Orchestrator - this is how we force the task to use specific build we want. Try using Artifacts Tagger extension for tagging your build.