Create pipeline
create_pipelineTrigger a GitLab CI pipeline for a specified project and ref, passing structured inputs or variables to control the run.
Instructions
Create a GitLab pipeline for a ref with bounded structured inputs or variables. Variable values are sent only to GitLab and are omitted from the normalized response. Input values may be strings, numbers, booleans, arrays, or objects — bounded by depth, length, and size limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| inputs | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| variables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |