KBEC-00121 - Increasing the viewable depth of Job Details nested procedures

Article ID:360032831212
1 minute readKnowledge base

Summary

The CloudBees CD (CloudBees Flow) Job Details page limits the depth of nested procedures displayed. By default, the value is set to five. Some CloudBees CD (CloudBees Flow) installations may want to display more than the default nested levels.

Solution

To increase the depth of viewable job details nested procedures, do the following on each CloudBees CD (CloudBees Flow) Web Server:

In the config.php file, located in the CloudBees CD (CloudBees Flow) apache/htdocs/commander directory, add the following entry as an attribute:

$config["maxJobStepIndentation"] = 5;

Use your new desired maximum depth in place of 5.

Limitations

The new value is not maintained during upgrade and must be redone after the upgrade.

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.