-
{% endif %}
+
- {% if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}
-
- {% if build.completed_on|format_build_date %}
- {{ build.completed_on|date:'d/m/y H:i' }}
+ >
+ {% if build.target_set.all.0.task %}
+ {{build.get_sorted_target_list.0.target}}:{{build.target_set.all.0.task}}
{% else %}
- {{ build.completed_on|date:'H:i' }}
+ {{build.get_sorted_target_list.0.target}}
{% endif %}
-
- {% endif %}
- {%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}
+
+ {% if build.target_set.all.count > 1 %}
+ (+{{build.target_set.all.count|add:"-1"}})
+ {% endif %}
+
+ {% endif %}
+ {% if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}
+
+ {% endif %}
+
+
+ {% if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}
- {% if build.errors.count %}
+ {% if build.completed_on|format_build_date %}
+ {{build.completed_on|date:'d/m/y H:i'}}
+ {% else %}
+ {{ build.completed_on|date:'H:i' }}
+ {% endif %}
+
+ {% endif %}
+
+ {% if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %}
+
+
+
- {%endif%}
+ {% endif %}
- {%if build.outcome == build.IN_PROGRESS %}
-
- Cancelling the build ...
-
-
-
-
+ {% if build.outcome == build.IN_PROGRESS %}
+
+ Cancelling the build ...
+
+
+
+
+
+
{{build.completeper}}% of tasks complete
+ {# No build cancel for command line builds project #}
+ {% if build.project.is_default %}
+
+ {% else %}
+
+
+ Cancel
+
+ {% endif %}
+
+ {% endif %} {# end if in progress #}
+
+ {% if build.outcome == build.CANCELLED %}
+
+ Build cancelled
+
+
+
+ {% endif %}
+
-
- {% endif %}
-
- {%endif%} {# end if in progress #}
-
- {% if build.outcome == build.CANCELLED %}
-