{{ job.created_at }}
{{ job.repository_url }}
{{ job.commit_hash[:7] }}
{% if job.result.status %}
✓ SUCCESS
{% else %}
✘ FAILURE
{% endif %}
{% if job.result.status == False %}
{{ job.result.error_msg }}:
{% endif %}
{{ job.result.logs | nl2br }}
{% endfor %}
{% else %}