Resolved Job Configuration
get_freeze_jobResolve a Zuul job's final configuration after inheritance. View merged nodeset, timeout, and playbooks to understand exactly what the job will execute.
Instructions
Get fully-resolved job configuration after inheritance.
Shows final merged nodeset, timeout, and playbooks. Use to understand exactly what a job will do.
Args: pipeline: Pipeline name (e.g. "check", "gate") project: Project name job_name: Job name to resolve branch: Branch name (default "main") tenant: Tenant (default from env) include_vars: Include vars/extra_vars/host_vars/group_vars (default false, can be large)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | main | |
| tenant | No | ||
| project | Yes | ||
| job_name | Yes | ||
| pipeline | Yes | ||
| include_vars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |