- 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 }}
- Tags
-
{% for tag in build.tags.all %}
{{ tag.label }}{% if not forloop.last %}, {% endif %}
{% endfor %}