Skip to content

[Feature Request] Allow to set parameters for pipelines runs #1110

@alxy

Description

@alxy

Is your feature request related to a problem? Please describe.
It would be nice if I could run pipelines programmatically (from Azure CLI) and set parameteres for the run, as I am also able to when using the ADO pipeline interface. The suggested interface would look like this:

az pipelines run --id 123 --parameters "{'name': 'value'}"

As parameters accept complex typed values I would suggest passing a JSON string.

Describe the solution you'd like
The most recent REST API for pipelines runs allows to specify templateParameters. Thus, it shoud be possible to implement this feature using this endpoint.

Additional context
This feature could come in handy in larger projects to orchestrate automation pipelines, as I am able to queue this pipelines in a particular order with a specific set of parameters and variables.

Metadata

Metadata

Assignees

Labels

FeatureFeature Work required.Requires API upgradeThe fix for the issue requires the new higher version of Rest APIs.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions