7 lines
376 B
Plaintext
7 lines
376 B
Plaintext
|
<#-- 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/> successful ${var.buildShortStatusDescription}</#global>
|