Dexy Run Report

Results of your Run

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Controller path: {{ controller.path }}

Config

This is the configuration which was used for this run:

{{ dexy_config }}

Documents

{% for doc in docs %}

{{ doc.key() }}

{% if doc.args.__len__() > 0 %}

Arguments

{{ doc.args_html }} {% endif %} {% if doc.inputs.__len__() > 0 %}

Inputs

{% endif %}

Artifacts

    {% for a in doc.artifacts %}
  • {{ a.key }} : {{ a.filepath() }}
  • {{ a.stdout_html }} {% endfor %}

Document Log

{{ doc.logstream.getvalue() }}

{% endfor %}