azdev-release-orchestrator icon indicating copy to clipboard operation
azdev-release-orchestrator copied to clipboard

Azure DevOps extension to manage and orchestrate release pipelines

Results 26 azdev-release-orchestrator issues
Sort by recently updated
recently updated
newest added

Title says it all: orchestrated pipelines are always triggered using default branch, not the branch the orchestrator pipeline is run from. Expectation: run the orchestrated pipelines from the same branch...

Resources declared in orchestrated pipelines have a default version/ref/etc. but a manual override is possible. When the same resources are declared in the orchestration pipeline, it should be possible to...

We have two organizations. I create a service endpoint in organization A using PAT and Connection URL from organization B (it pass verification). However in "Project name" dropdown i see...

Hi! I have a pipeline with two stages: Green stage, Blue stage If I use the task like this : ```yml - task: releaseorchestrator@3 displayName: infra-bicep inputs: endpointType: 'integrated' projectName:...

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...

Hi, I've managed to get the extension to trigger a release against a specific branch but I want to be able to specify a specific build of that branch. I've...

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...

Can we have an override for the description on the triggered/created release so that I can insert pipeline variables, like a link back to the source pipeline, or the $(Release.DefinitionName)...

enhancement

Can this work as a trigger for a pipeline on a different organization? Say, I import the repository of OrgB (source) to OrgA (copy). if OrgB updated the source repo,...

Hi Dimitry, first of all, thank you for this extension: It is very useful. Context: I have a YAML pipeline which use the orchestrator@2 task to approve a release in...

bug