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