list_pipeline_jobs
Retrieve all jobs in a GitLab pipeline by providing the project ID and pipeline ID. Optionally filter by status or include retried jobs.
Instructions
List jobs in a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter jobs by status | |
| project_id | Yes | Project ID or path | |
| pipeline_id | Yes | Pipeline ID | |
| include_retried | No | Include retried jobs |