#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html --> <#import "common.ftl" as common> <#import "responsibility.ftl" as resp> <#global subject>[<@common.subjMarker/>, PROBABLY_HANGING] Build ${project.fullName} / ${buildType.name} <@common.short_build_info build/>#global> <#global body>Build ${project.fullName} / ${buildType.name} <@common.short_build_info build/> is probably hanging ${var.buildShortStatusDescription}. Estimated duration: ${var.buildDurationEstimate}, overtime: ${var.buildDurationOvertime} Last message was received on: ${var.buildLastMessageTimestamp} (${var.buildTimeSinceLastMessage} ago) <@resp.buildTypeInvestigation buildType false/> <#if !build.agentLessBuild>Agent: ${agentName}#if> Build results: ${link.buildResultsLink} ${var.buildChanges} <@common.footer/>#global> <#global bodyHtml>