organization | string | Required, Identifier | Azure DevOps organization name (e.g. 'myorg') or full https://dev.azure.com/{org} URL |
pipelineId | string | Required, Identifier | Pipeline ID or name |
project | string | Required, Identifier | Azure DevOps project name |
branch | string | | Branch to trigger the pipeline on (e.g., 'refs/heads/main' or 'main'). Either branch or tag must be specified. |
result | string | Read-only | [OUTPUT] Result of the pipeline run (e.g., 'succeeded', 'failed') |
runId | int | Read-only | [OUTPUT] Run ID of the triggered pipeline |
state | string | Read-only | [OUTPUT] State of the pipeline run (e.g., 'completed', 'inProgress') |
tag | string | | Tag to trigger the pipeline on (e.g., 'refs/tags/v1.0.0' or 'v1.0.0'). Either branch or tag must be specified. |
templateParameters | string | | Template parameters to pass to the pipeline as JSON string |
url | string | Read-only | [OUTPUT] URL to the pipeline run in Azure DevOps |
variables | string | | Variables to pass to the pipeline as JSON string |