{% extends "base.html" %} {% block preTitle %} Projects - {% endblock %} {% pluginblock ExtraStyles %} {% endpluginblock %} {% block bodyContent %}

Projects

{% for messages in flash %} {% for message in messages %}
{{ message|raw }}
{% endfor %} {% endfor %}
×
{# TODO hide this if there is only one group #}
  • [[ repo.display_name ]] [[ repo.display_name ]]
    What type of project? {% for type in project_types %}
    {{ loop.key }}
    {% endfor %}
    Setting up
    Complete!
    Start the first test
    Configure
{% for item in manual %}

{{ item.provider.title }}

Public projects are visible to unauthenticated users.

Public

Provides a link in the UI if you put a url there, so you can easily jump to viewing the repo on github or wherever

A github-style namespace/name combination for the project. e.g. Strider-CD/strider

{{ item.provider.html | raw }}
{% endfor %}
{% endblock %}