gitlab_get_pipeline
Fetch a specific pipeline from a GitLab project using its pipeline ID and project ID to review execution status and details.
Instructions
Gets a pipeline (GET /pipelines/:pipeline_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| pipelineId | Yes |