{% extends "base.html" %} {% block main %} {% include "navbar.html" %}
Job | Build | command line | duration | status |
---|---|---|---|---|
{{ job_label }} | {{ build.start | strftime("%d %b %Y, %H:%M:%S") }} | {{ build.cmd }} |
{{ (gettime() - build.start) | duration }} |
Job | Build | command line | since | status |
---|---|---|---|---|
{{ job_label }} | {{ build.created_at | strftime("%d %b %Y, %H:%M:%S") }} | {{ build.cmd }} |
{{ (gettime() - build.created_at) | duration }} |
Job | Build | command line | duration | status |
---|---|---|---|---|
{{ job_label }} | {{ build.start | strftime("%d %b %Y, %H:%M:%S") }} | {{ build.cmd }} |
{{ (build.end - build.start) | duration }} | / {{ build.code }} |
No build history yet :(
{% endif %}