Azure DevOps MCP Server for Cline

trigger_pipeline

Initiate pipeline executions in Azure DevOps by specifying pipeline ID, branch, and optional variables for custom configurations.

Instructions

Trigger a pipeline run

Input Schema

NameRequiredDescriptionDefault
branchNoBranch to run the pipeline on (optional, defaults to default branch)
pipelineIdYesPipeline ID to trigger
variablesNoPipeline variables to override (optional)

Input Schema (JSON Schema)

{ "properties": { "branch": { "description": "Branch to run the pipeline on (optional, defaults to default branch)", "type": "string" }, "pipelineId": { "description": "Pipeline ID to trigger", "type": "number" }, "variables": { "additionalProperties": { "type": "string" }, "description": "Pipeline variables to override (optional)", "type": "object" } }, "required": [ "pipelineId" ], "type": "object" }

You must be authenticated.

Other Tools from Azure DevOps MCP Server for Cline

Related Tools

ID: jw1m3bd8lw