crusade-tracker/config/_notifications/jabber/build_started.ftl.dist
2021-01-18 15:27:50 -05:00

8 lines
441 B
Plaintext

<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html -->
<#import "common.ftl" as common>
<#global message>Build started<#if build.triggeredBy.triggeredByUser> (triggered by ${build.triggeredBy.user.descriptiveName})</#if>.
${project.fullName} / ${buildType.name} <@common.short_build_info build/><#if !build.agentLessBuild>, agent ${agentName}</#if>
${link.buildResultsLink}</#global>