blob: 42cf6fda21a51f2289269cfd57be3ffb9f9f042d [file] [log] [blame]
{%- 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 %}