- ID
- #{{ build.id }}
- Project
- {{ build.project.label }}
- Revision
- {{ build.revision.label }}
- Duration:
- {{ build.total_duration|floatformat:3 }}s
- Tests:
- {{ build.num_tests }}
- Datetime
- {{ build.datetime }}
{% with build.tags.all as tags %}
{% if tags %}
- Tags
-
{% for tag in tags %}
{{ tag.label }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endwith %}