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 %}