{{ legend }}

{% if errors_by_path.get(error_prefix ~ '.retries') %} {{ errors_by_path[error_prefix ~ '.retries'] }} {% endif %}

{% set onfail_scope = 'step' if prefix.startswith('steps-') else 'pipeline' %} {% set step_index = prefix.split('-')[1] if onfail_scope == 'step' else '' %} {% include "partials/onfail_branches.html" %}