<%= project.name %>

<< back

<%= build.commit %>

<% if build.status == "passed" %> download

<% end %> | <% build.logs.each do |log| %> <%= log.file_name %> | <% end %>
Want to see the commit?



<% build.logs.each do |log| %>

<%= log.file_name %>

top
<%= ansi_color_codes(h(log.contents)) %>
<% end %>