blob: 3461e877840ba243334e7df58f7b41a88d4214cd [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.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 %}