dmitryserbin / azdev-release-orchestrator

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

Information Request: Output of create release task #100

Open sdecoodt opened 11 months ago

sdecoodt commented 11 months ago

Hi,

I was wondering if there is currently a way to get the release id as output of the create release task. I've had a look in the documentation but can't find anything related to the output.

The usage scenario would be the following:

It's possible to configure the orchestrator task to deploy a specific stage on an existing release, it's correlating the release id between stages that I'm having troubles with.

I'm open to fresh ideas to facilitate the same scenario, most problems have multiple solutions :)

Kind regards, Steven

TrymBeast commented 4 months ago

@sdecoodt Did you found any solution for this? The only idea I have is to parse the build log to get the created release.