Infra: JenkinsJobHealthExporter
[csit.git] / resources / tools / testbed-setup / ansible / roles / jenkins_job_health_exporter / templates / jenkins-job-health-exporter.j2
1 {
2   "jenkins_host": "{{ jenkins_host }}",
3   "poll_interval_sec": {{ poll_interval_sec }},
4   "req_timeout_sec": {{ req_timeout_sec }},
5   "bind_to": "{{ bind_to }}",
6   "last_builds": {{ last_builds }},
7   "jobs": [
8 {% for item in jobs %}
9     "{{ item }}"
10 {%- if not loop.last %},
11 {% endif %}
12 {% endfor %}
13
14   ],
15   "verbose": 3
16 }