manage_pipelines
Manage Azure DevOps CI/CD pipelines to list, trigger, and monitor builds, runs, logs, and configurations.
Instructions
Manage Azure DevOps CI/CD pipelines. Actions: 'list', 'get', 'list_runs', 'get_run', 'get_logs', 'get_log', 'get_build_changes', 'list_definitions', 'list_variable_groups', 'get_variable_group', 'list_environments', 'trigger'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'get', 'list_runs', 'get_run', 'trigger', 'get_logs', 'get_log', 'get_build_changes', 'list_definitions', 'list_variable_groups', 'get_variable_group', 'list_environments' | |
| project_key | No | Project name (required) | |
| pipeline_id | No | Pipeline ID (required for get, list_runs, trigger, get_logs, get_log) | |
| run_id | No | Run ID (required for get_run, get_logs, get_log) | |
| log_id | No | Log ID (required for get_log) | |
| build_id | No | Build ID (required for get_build_changes) | |
| branch | No | Branch name to run pipeline on (for trigger) | |
| top | No | Max results to return | |
| group_id | No | Variable group ID (required for get_variable_group) |