diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 8e8f8c8f6e..71ef9efb6f 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -278,6 +278,11 @@ def html_message_formatter(mode, name, build, results, master_status): name = "%s.%s" % (log.getStep().getName(), log.getName()) status, dummy = log.getStep().getResults() content = log.getText().splitlines() # Note: can be VERY LARGE + + if step.getName() == 'runtask': + taskname = re.search("task=\['(.*)\.yml'\]", content).group(1) + text.insert(0, '