crusade-tracker/config/_notifications/jabber/build_failed_to_start.ftl.dist

8 lines
382 B
Plaintext
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<#-- 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/><#if !build.agentLessBuild>, agent ${agentName}</#if> ${var.buildShortStatusDescription}
${link.buildResultsLink}</#global>