AWS Codebuild status
#
Project name
Status
Branch
Finished
Link
{% for (key, value) in build_information %} {% for build in value %}
{{ loop.index }}
{{ build.name }}
{{ build.status }}
{{ build.branch }}
{{ build.timestamp }}
Link
{% endfor %} {% endfor %}