crusade-tracker/config/_notifications/win32/build_failing.ftl.dist

7 lines
390 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 link>${link.buildResultsLink}</#global>
<#global message>${project.fullName} / ${buildType.name} <@common.short_build_info build/> is failing ${var.buildShortStatusDescription}<#if !build.agentLessBuild> on ${agentName}</#if></#global>