8 lines
297 B
Plaintext
8 lines
297 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.buildChangesLink}</#global>
|
|
<#global message>Labeling failed for root '${vcsRoot.name}'
|
|
${var.labelingFailureStacktrace}</#global>
|