list_pipeline_jobs
List all jobs in a given CI/CD pipeline, returning their IDs, names, statuses, and stages.
Instructions
List individual jobs within a specific CI/CD pipeline. Returns job IDs, names, statuses, and stages. Use get_job for detailed info about a specific job, or list_job_artifacts to see build artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Items per page | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| pipeline_id | Yes | Pipeline local ID |