dmitryserbin / azdev-release-orchestrator

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

Feature Request: expose run parameters as variables to pipeline #105

Open sit-md opened 2 months ago

sit-md commented 2 months ago

As a DevOps engineer I want to be able to trigger a new run of a pipeline and after it finishes pass information of this run into another pipeline during the orchestration. To do this, the orchestrator needs to expose at least the ID of the run to the pipeline, so a subsequent task can get this information through the REST API.