{% extends 'base.html' %} {% block content %} {% if g.fas_user %} {% if not projects %}

Nothing here yet. Add some configuration to start integrating.

{% endif %} {% for p in projects %}

{{ p.name }} ({{ p.display_name }})

Either configure services to announce changes to Fedmsg or use following web hooks.

{% endfor %} {% else %}

Poor Man's CI

Integrate Pagure with Jenkins and run your tests for every pull request.

You will have to log in to be able to do anything here. Authentication here uses Fedora Account System.

Log in

{% endif %} {% endblock %}