{% include "partials/spinnermsg.html" %}
{% pluginblock JobPagePreCols %} {% endpluginblock %}
{% if results_detail.test_exitcode!=0 %}

FAILURE

{% else %}

SUCCESS

{% endif%}
{% include "partials/_build_results_detail.html" %}
{% pluginblock JobPagePreConsole %} {% endpluginblock %}
{%autoescape false %}
{{ results_detail.output }}
{%endautoescape %}
{% if !admin_view %} Test {% endif %} {% if has_prod_deploy_target %} Deploy {% endif %} Configure

Build History

{{ org }}/{{ repo }}:
{% for job in jobs %}
{% include "partials/_build_history_item.html" %}
{% endfor %}