{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block bodyContent %}
×

Configuration - {{ project.display_name }} {% if project.provider.display_url %} {% endif %} Deploy Branch Test Branch

The configuration for this branch is the same as master, except that "deploy_on_green" is false. Click to configure this branch separate from master.

[[ loadingMessage ]]
{% include "config/project.html" %}
{% include "config/basic.html" %}
{% include "config/plugins.html" %}
{% for runner in runners %}
{% autoescape false %} {{ runner.html }} {% endautoescape %}
{% endfor %} {% for plugin in plugins %}
{#
This plugin is disabled.
#} {% autoescape false %} {{ plugin.html }} {% endautoescape %}
{% endfor %}

{% endblock %}