dmitryserbin / azdev-release-orchestrator

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

Release Orchestrator not triggering the release pipeline with current pipeline build #99

Open radulaurentiu02 opened 9 months ago

radulaurentiu02 commented 9 months ago

Hello,

I am facing an issue, I am running a classic pipeline with multiple stages, then I have the release orchestrator task to trigger a release pipeline, but the issue is that, is not taking the current run, it is taking the build that ran before.

Example: I am running pipeline with id: 20231009.13 and this pipeline is triggering the release pipeline, and I want the release pipeline to run with the sam id, but it runs with 20231009.12

Any suggesstions? Thanks!