Commit 0dc6091d by Michael Youngstrom Committed by GitHub

Merge pull request #4144 from edx/youngstrom/global_properties_fix

jenkins_common global properties template fix
parents ab7ba23b a7516ed1
---
{% for key_value in jenkins_common_system_properties %}
- KEY: '{{ key_value.KEY }}'
VALUE: '{{ key_value.VALUE }}'
VALUE: "{{ key_value.VALUE }}"
{% 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