{{ job.steps_done }} ok · {{ job.steps_failed }} failed · {{ job.steps_total }} total  ·  duration {{ job.duration }}

Latest steps

{% if steps %} {% for s in steps %} {% endfor %}
datecyclefxxstatuspath / error
{{ s.date }} {{ s.cycle }}z f{{ '%03d' | format(s.fxx) }} {{ s.status }} {% if s.status == 'ok' %}{{ s.path }}{% else %}{{ s.error }}{% endif %}
{% else %}

No steps yet.

{% endif %}

Logs

{% for l in logs %}

{{ l.message }}

{% else %}

No log lines yet.

{% endfor %}