get_pipeline_jobs
Retrieve detailed job information for a specific GitLab pipeline, including status, stage, duration, and retry/cancel details to monitor pipeline execution.
Instructions
Get jobs for a specific pipeline, including status, stage, duration, and retry/cancel info
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |