| ID | TRIGGERED | STATUS | EXIT | DURATION |
|---|---|---|---|---|
{{ exec.id[:8] }} |
{{ exec.triggered_at }} | {{ exec.status | upper }} | {{ exec.exit_code if exec.exit_code is defined and exec.exit_code is not none else '—' }} | {{ exec.duration if exec.duration is defined and exec.duration is not none else '—' }} |