{% extends "base_generic.html" %} {% block content %} {% load humanize %}
Runtime : {{ job.human_readable_runtime }}
Created On : {{ job.created_on }}
Last Run : {{ job.last_run | naturaltime }}
Runner : {{ job.runner.runner_name}}
Input Type : {{ job.get_input_type_display}}
Inputs : {{ job.input_name}}
Name | Download |
---|---|
{{ artifact.name }} | {% endfor %}
There are no artifacts for this job
{% endif %}