Skip to main content

AzureDevOpsPipelineRun

Properties

PropertyTypeAttributesDescription
organizationstringRequired, IdentifierAzure DevOps organization name (e.g. 'myorg') or full https://dev.azure.com/{org} URL
pipelineIdstringRequired, IdentifierPipeline ID or name
projectstringRequired, IdentifierAzure DevOps project name
branchstringBranch to trigger the pipeline on (e.g., 'refs/heads/main' or 'main'). Either branch or tag must be specified.
resultstringRead-only[OUTPUT] Result of the pipeline run (e.g., 'succeeded', 'failed')
runIdintRead-only[OUTPUT] Run ID of the triggered pipeline
statestringRead-only[OUTPUT] State of the pipeline run (e.g., 'completed', 'inProgress')
tagstringTag to trigger the pipeline on (e.g., 'refs/tags/v1.0.0' or 'v1.0.0'). Either branch or tag must be specified.
templateParametersstringTemplate parameters to pass to the pipeline as JSON string
urlstringRead-only[OUTPUT] URL to the pipeline run in Azure DevOps
variablesstringVariables to pass to the pipeline as JSON string