create_pipeline_run
Execute a pipeline in Alibaba Cloud DevOps with configurable parameters including branch mode, environment variables, and repository settings for automated deployment workflows.
Instructions
[Pipeline Management] Run a pipeline with optional parameters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| pipelineId | Yes | Pipeline ID to run | |
| params | No | Pipeline run parameters in JSON string format. Can include: branchModeBranchs(array), envs(object), runningBranchs(object), runningTags(object), runningPipelineArtifacts(object), runningAcrArtifacts(object), runningPackagesArtifacts(object), comment(string), needCreateBranch(boolean), releaseBranch(string) | |
| description | No | Natural language description of how to run the pipeline, e.g. 'Run pipeline using branch mode with branches main and develop' | |
| branches | No | Branches to use in branch mode or specific branches for repositories | |
| branchMode | No | Whether to run in branch mode | |
| releaseBranch | No | Specific release branch to use | |
| createReleaseBranch | No | Whether to create a release branch | |
| environmentVariables | No | Environment variables for the pipeline run | |
| repositories | No | Specific repository configurations |