{% extends "index_page.html" %} {%block title%}Debug Job{% endblock%} {%block css%} {%endblock%} {%block content%}

Debug Job

The following show details for job "{{job_id}}" to assist in debugging.

Metadata

STDERR

{%for line in stderr:%}

{{line}}

{%endfor%}

STDOUT

{%for line in stdout:%}

{{line}}

{%endfor%}
{%endblock%} {%block js%} {%endblock%}