{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Console View

{% if categories|length > 1 %}
Categories: {% for c in categories %}{{ c.name|e }} {% endfor %} {% endif %} {% if repository %}
Repository: {{ repository|e }} {% endif %} {% if project %}
Project: {{ project|e }} {% endif %} {% if branch != ANYBRANCH %}
Branch: {{ branch|e }} {% endif %}
Legend:   Passed Failed Failed Again Running Exception Offline No data

{% set alt_class = cycler('', 'Alt') %}
{% if categories|length > 1 %} {% for c in categories %} {% endfor %} {% endif %} {% if slaves %} {% for c in categories %} {% endfor %} {% endif %} {% for r in revisions %} {% set alt = alt_class.next() %} {% set last = "last" if loop.last else "" %} {% for c in categories %} {% endfor %} {% if r.details %} {% endif %} {% else %} {% endfor %}
{{ c.name|e }}
{% for s in slaves[c.name] %} {% endfor %}
{{ r.id|shortrev(r.repository) }} {{ r.who|user }} {% for b in r.builds[c.name] %} {% endfor %}
{{ r.comments|changecomment(r.project or None)|replace('\n', '
')|replace(' ','  ') }}
    {% for d in r.details %}
  • {{ d.buildername }}: {{ d.status }} -   {%- for l in d.logs -%} {{ l.name }} {%- endfor -%}
  • {% endfor %}
No revisions available
{% endblock %} {% block footer %} {{ super() }} {#

Debug info: {{ debuginfo }}

#} {% endblock %}