{% extends "base.html.jinja" %} {% block content %}
Triggers {{ trigger.name }}

Edit Trigger

Update filter patterns. Artifacts matching all patterns will be auto-released.


{% if environments | length > 0 %}
{% for env in environments %} {% endfor %}
{% else %}

No environments configured.

{% endif %}
{% if pipelines | length > 0 %}
{% endif %}
Cancel
{% endblock %}