crusade-tracker/config/_notifications/ide_notificator/build_failed.ftl.dist

7 lines
421 B
Plaintext
Raw 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 link>${link.buildResultsLink}</#global>
<#global message><#if build.personal>Personal build<#else>Build</#if> ${buildType.fullName} <@common.short_build_info build/> failed ${var.buildShortStatusDescription}<#if !build.agentLessBuild> on ${agentName}</#if></#global>