crusade-tracker/config/_notifications/win32/common.ftl

5 lines
314 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 -->
<#macro short_build_info build
><#-- @ftlvariable name="build" type="jetbrains.buildServer.serverSide.SBuild"
--><#if build.branch??>[${build.branch.displayName}] </#if>#${build.buildNumber}</#macro>