Pipeline Status Dashboard
{% for category in categories %}
{{category[1]}} ({{category[4]}})
{% endfor %}
{% for category in categories %}
{% for status in category[3] %}
{{ '/'.join(status.id.split('/')[1:-1]) }}
{{ status.id.split('/')[-1] }}
{% endfor %}
{% for status in category[3] %}
{{ status.id }}
{{ status.message }}
Status
Pipeline
Source
Log
Last Run triggered by:
{{ status.trigger }}
Last Run started at:
{{ status.started }}
Last Completion:
{{ status.ended }}
Last Success:
{{ status.last_success }}
{{ yamlize(status.pipeline) }}
{{ yamlize(status.source) }}
{{ status.reason }}
{% endfor %}
{% endfor %}