<% def rdr= new InputStreamReader(build.getLogInputStream()) %>
<% rdr.eachLine{ it -> %>
<% if(it.contains("[error]")) { %>
<% def line= hudson.console.ConsoleNote.removeNotes(it) %>
<TR><TD class="console">${line}</TD></TR>
<% } %>
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/TMD3RedSF9A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.