Pipeline Jobs
get_pipeline_jobsRetrieve jobs for a GitLab pipeline, including status, stage, duration, and retry or cancel options.
Instructions
Get jobs for a specific pipeline, including status, stage, duration, and retry/cancel info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| pipelineIid | Yes | Pipeline IID | |
| first | No | Number of jobs to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |