Skip to content

[enhancement]: Allow specifying pipeline id in pipeline resources #5282

@avivanoff

Description

@avivanoff

When defining pipeline resource, you are forced to specify the pipeline name and full path if any:

resources:
  pipelines:
  - pipeline: my
    source: 'MyFolder\My Pipeline'

This introduces a problem when pipeline is renamed/moved. One of the possible solutions is to allow specifying pipeline resource by id:

resources:
  pipelines:
  - pipeline: my
    sourceId: 123

Originally submitted https://developercommunity.visualstudio.com/t/Allow-specifying-pipeline-id-in-pipeline/1698296 three and a half years ago.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions