Name: |
<%- record.name %> |
<% if (record.profile_uuid) { %>
Profile: |
<%- record.profile_name %> |
<% } %>
<% if (record.reporef) { %>
RefSpec: |
<%= record.reporef %>
(<%= record.repohash.substring(0,8) %>)
|
<% } %>
Creator: |
<%- record.creator %> |
<% if (record.pid) { %>
<% if (record.pid == record.gid) { %>
Project: |
<%- record.pid %> |
<% } else { %>
Group: |
<%- record.pid %>:<%- record.gid %> |
<% } %>
<% } %>
<% if (record.start_at) { %>
Created: |
<%- record.created %> |
Scheduled: |
<%- record.start_at %> |
<% } %>
<% if (record.stop_at) { %>
Stop: |
<%- record.stop_at %> |
<% } %>
Started: |
<%- record.started %> |
Destroyed: |
<%- record.destroyed %>
|
<% if (record.profile_uuid) { %>
<% } %>
<% if (record.logfileid) { %>
<% } %>