Control pipeline and jobs
gitlab_control_pipelineControl GitLab CI/CD pipelines by listing jobs, playing manual jobs, retrying, or canceling.
Instructions
Lists jobs, plays manual jobs, retries job/pipeline, or cancels pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| job_id | No | ||
| repo_path | No | Absolute local clone path; resolves project and MR from current branch. | |
| project_id | No | Numeric ID or group/repo path on GitLab. | |
| pipeline_id | No | ||
| merge_request_iid | No | Merge request IID. Omit with repo_path to resolve from current branch. |