{% extends "base.html" %} {% block preTitle %} {{ project.display_name }} (Config) - {% endblock %} {% block extra_head %} {% endblock %} {% block bodyContent %}
×

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

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/branch-settings.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 %}
{% include "config/project.html" %}
{% include "config/branches.html" %}
{% include "config/provider.html" %}
{% endblock %}