Commit 43d43068 by Michael Youngstrom

fix template

parent d5b87e0a
---
MASKED_PARAMETER_CLASSES:
{% for class in JENKINS_MASK_PASSWORDS_CLASSES %}
- {{ class }}
- '{{ class }}'
{% endfor %}
NAME_PASSWORD_PAIRS:
{% for pair in JENKINS_MASK_PASSWORDS_PAIRS %}
- NAME: {{ pair.NAME }}
PASSWORD: {{ pair.PASSWORD }}
- NAME: '{{ pair.NAME }}'
PASSWORD: '{{ pair.PASSWORD }}'
{% 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