pipeline_jobs
Fetch jobs for a given pipeline or run, showing status and failure reason. Use it to pinpoint why a CI pipeline failed.
Instructions
[READ] Jobs of one pipeline/run with status + failure reason.
Returns {project, pipeline, jobs:[...], returned, limit, truncated}. When 'truncated' is true this pipeline had more jobs than were returned.
Args: project: Project id or full path. pipeline: Pipeline/run id (from list_pipelines). limit: Max job rows to return (default 100). target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No | ||
| project | Yes | ||
| pipeline | Yes |