gitlab_list_pipelines
List and filter CI/CD pipeline runs by status and branch for a GitLab project. Retrieve pipeline details including ID, status, ref, SHA, and timing information to monitor and manage workflows effectively.
Instructions
List CI/CD pipeline runs for a project, filtered by status (running/pending/success/failed/canceled/skipped) and branch. Returns pipeline ID, status, ref, SHA, and timing information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided | |
ref | No | Branch or tag name to filter by (string). Example: 'main', 'develop', 'v1.0.0' |