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)%> |
Commands | |
---|---|
Executed | <%=commands.size()%> |
Succeeded | <%=commands.count { !it.exitCode} %> |
Failed | <%=commands.count { it.exitCode } %> |
The following pipeline stages failed: