Get latest pipeline
get_latest_pipelineRetrieve the last CI pipeline for a specified GitLab project and ref. Use it to inspect build status and diagnose failures.
Instructions
Get the latest pipeline for a project ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |