10 lines
290 B
Plaintext
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>
|