Pipeline details
gitlab_get_pipelineRetrieve pipeline state and job summary from GitLab, including name, stage, status, and duration for each job.
Instructions
Returns pipeline state and job list with summary (name, stage, status, duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |