get_pipeline_graph
Retrieve the execution graph of a Jenkins pipeline, including stages, parallel branches, and timing data.
Instructions
Get pipeline execution graph with stages, parallel branches, and timing (requires Blue Ocean plugin)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full job name | |
| number | No | Build number or 'last' | last |
| format | No | Output format | summary |