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.
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.