server/resources/message_templates/build_failed_to_start.ftl (5 lines of code) (raw):

<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html --> <#import "common.ftl" as common> <#global message>Build failed to start. ${project.fullName}::${buildType.name} <@common.short_build_info build/>, agent ${agentName} ${var.buildShortStatusDescription} ${link.buildResultsLink}</#global>