File tree Expand file tree Collapse file tree
roles/generate-jenkins/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Containers are configured using parameters passed at runtime (such as those abov
146146{% endfor %}
147147{% endif %}
148148{% endif %}
149- {% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param is defined or opt_security_opt_param is defined or (readonly_supported is defined and readonly_supported ) or cap_add_param is defined or opt_cap_add_param is defined or nonroot_supported is defined %}
149+ {% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param is defined or opt_security_opt_param is defined or (readonly_supported is defined and readonly_supported ) or cap_add_param is defined or opt_cap_add_param is defined or ( nonroot_supported is defined and nonroot_supported ) %}
150150
151151#### Miscellaneous Options
152152
You can’t perform that action at this time.
0 commit comments