{%- from "jenkins/map.jinja" import client with context %} | |
jenkins: | |
url: "{{ client.master.get('proto', 'http') }}://{{ client.master.host }}:{{ client.master.port }}" | |
{%- if client.master.api_key is defined %} | |
api_key: {{ client.master.api_key }} | |
{%- elif client.master.username is defined %} | |
user: {{ client.master.username }} | |
password: {{ client.master.password }} | |
{%- endif %} |