get_merge_request_pipelines
Retrieve CI/CD pipelines for a GitLab merge request to monitor status, duration, and stage details for project management.
Instructions
Get CI/CD pipelines for a merge request, including status, duration, and stages
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| iid | Yes | Merge request IID | |
| first | No | Number of pipelines to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |