Get GitLab pipeline
get_pipelineRetrieve a specific GitLab pipeline by ID to view its status, duration, coverage, ref, user, and timestamps for CI diagnosis.
Instructions
Get one pipeline with status, duration, coverage, ref, user, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| pipeline_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |