<% log_history = stderr_log_history([@object.uuid] + pipeline_jobs(@object).collect{|x|x[:job].andand[:uuid]}.compact) %>
<% log_history.each do |entry| %> <%=entry%>
<% end %>