{% extends "base.html" %} {% block title %}Pipelines - Piply{% endblock %} {% block content %}
Pipelines

{{ pipelines|length }} pipeline{{ '' if pipelines|length == 1 else 's' }}

Deployments of the same template are grouped together. Sort by upcoming run to see what fires next.

config {{ project.config_path }} scheduler {% if scheduler.running %}live{% else %}{{ scheduler.state }}{% endif %}
{% if pipelines %}
Sort
Show
{% else %}
No pipelines were discovered in {{ project.config_path }}.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}