Resolved Job Configuration
get_freeze_jobResolve a job's final configuration after inheritance, showing merged nodeset, timeout, and playbooks for a specific pipeline, project, and branch. Use to understand exactly what a job will execute before debugging failures.
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 |