9 lines
438 B
Plaintext
9 lines
438 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>${buildType.fullName} <@common.short_build_info build/> started<#if !build.agentLessBuild> on ${agentName}</#if
|
||
|
><#if build.triggeredBy.triggeredByUser> (triggered by ${build.triggeredBy.user.descriptiveName})</#if
|
||
|
></#global>
|