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

10 lines
290 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>Labeling failed for root '${vcsRoot.name}'
Build results: ${link.buildResultsLink}
${var.labelingFailureStacktrace}
</#global>