Resolved Job Graph
get_freeze_jobsRetrieve the resolved job graph showing job ordering and inheritance for a pipeline, project, and branch. Identify why a job is or isn't included.
Instructions
Get the resolved job graph for a pipeline/project/branch.
Shows exactly which jobs will run with all inheritance resolved, including dependencies between jobs. Use this to understand job ordering and why a job is (or isn't) in a pipeline.
Args: pipeline: Pipeline name (e.g. "check", "gate") project: Project name (e.g. "openstack-k8s-operators/openstack-operator") branch: Branch name (default "main") tenant: Tenant name (uses default if empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | main | |
| tenant | No | ||
| project | Yes | ||
| pipeline | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |