gitlab_trigger_pipeline
Trigger a CI pipeline on any branch or tag in a GitLab project, optionally passing custom CI variables.
Instructions
Trigger a new CI pipeline on the given branch or tag.
Args: ref: Branch name, tag, or SHA to run the pipeline on. project_path: GitLab project path, e.g. 'group/project'. variables: Optional dict of CI variable key/value pairs to inject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| variables | No | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |