{% with notifications=notification-providers.slack.notification-provider/notifications %}

Full Analysis

{% with notif=notifications.analysis-alert-danger %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %} {% with notif=notifications.analysis-alert-warning %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %} {% with notif=notifications.analysis-alert-info %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %} {% with notif=notifications.analysis-error %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %} {% with notif=notifications.analysis-ok %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %}

Delta Analysis

{% with notif=notifications.delta-failed-quality-gate %} {% include "cacsremoteservice/views/configuration/notification-fragment.html" with provider="slack" %} {% endwith %}
{% endwith %}