2015-04-01 18:15:15 +00:00
|
|
|
<h2>{{failing_builds|length}} Failing Builds</h2>
|
2015-03-31 22:56:00 +00:00
|
|
|
{% for report in failing_builds %}
|
2015-04-01 18:15:15 +00:00
|
|
|
{% include 'library_build/build_report.html' %}
|
2015-03-31 22:56:00 +00:00
|
|
|
{% endfor %}
|
|
|
|
|
2015-04-01 18:15:15 +00:00
|
|
|
<h2>{{passing_builds|length}} Passing Builds</h2>
|
2015-03-31 22:56:00 +00:00
|
|
|
{% for report in passing_builds %}
|
2015-04-01 18:15:15 +00:00
|
|
|
{% include 'library_build/build_report.html' %}
|
2015-03-31 22:56:00 +00:00
|
|
|
{% endfor %}
|
2015-04-13 22:04:57 +00:00
|
|
|
|
2015-04-01 18:15:15 +00:00
|
|
|
{% include 'scripts.js' %}
|