create_pipeline
Create a GitLab pipeline for a specified branch or tag, passing custom variables and inputs to control execution.
Instructions
Create a new pipeline for a branch or tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The branch or tag to run the pipeline on | |
| inputs | No | Input parameters for the pipeline (key-value pairs for spec:inputs) | |
| variables | No | An array of variables to use for the pipeline | |
| project_id | No | Project ID or URL-encoded path |