{% extends "bootspeed/bootspeed_layout.html" %} {% load url from future %} {% load dashboard_extras %} {% block page_name %}Bootspeed Jenkins Builds{% endblock %} {% block content %}
Job | Build Number | Date | Status | Bugs | {% for image_build in image_builds %}
---|---|---|---|---|
{{ image_build.build.job.name }} | {{ image_build.build.build_number }} | {{ image_build.build.ran_at }} | {% if not image_build.build.failed %}Pass{% else %}Fail{% endif %} | {{ image_build.build.bugs.all|bug_list|safe }} |