<% if(pipeline.failed) { %>

Pipeline Failed

<% } else { %>

Pipeline Succeeded

<% } %> <% thbg = "style='background-color: #eee'" %>

Runtime Summary

Start<%=pipeline.startDate.format("yyyy-MM-dd HH:mm:ss")%>
End<%=pipeline.finishDate.format("yyyy-MM-dd HH:mm:ss")%>
Duration<%=groovy.time.TimeCategory.minus(pipeline.finishDate,pipeline.startDate)%>

Command Summary

Commands
Executed<%=commands.size()%>
Succeeded<%=commands.count { !it.exitCode} %>
Failed<%=commands.count { it.exitCode } %>
<% if(commands.any { it.exitCode }) { %>

Failed Pipeline Stages

The following pipeline stages failed: