From 12b4d00908437de1d6be800da92660e58e4b6ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Fri, 8 Feb 2019 15:58:43 +0100 Subject: [PATCH] taskotron-dev: make artifacts url clickable in emails --- .../templates/taskotron.master.cfg.j2.dev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev index bce1cc6b6f..3a21509947 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev @@ -341,7 +341,8 @@ email_template = u''' Item type:{{ build['properties']['item_type'][0] }} Arch:{{ build['properties']['arch'][0] }} Worker:{{ workername }} -Artifacts:{{ artifacts_url }}/{{ build['properties']['uuid'][0] }} +Artifacts: +{{ artifacts_url }}/{{ build['properties']['uuid'][0] }} Complete logs:{{ build_url }} {% for step in build['steps'] if statuses[step.results] in ["warnings", "failure", "exception"] %}