Commit a7516ed1 by Michael Youngstrom

properties template fix

parent ab7ba23b
--- ---
{% for key_value in jenkins_common_system_properties %} {% for key_value in jenkins_common_system_properties %}
- KEY: '{{ key_value.KEY }}' - KEY: '{{ key_value.KEY }}'
VALUE: '{{ key_value.VALUE }}' VALUE: "{{ key_value.VALUE }}"
{% endfor %} {% endfor %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment