GENERAL INFO BUILD ${build.result} Build URL: ${rooturl}${build.url} Project: ${project.name} Date of build: ${it.timestampString} Build duration: ${build.durationString} CHANGE SET Revision ${cs.commitId?:cs.revision?:cs.changeNumber} by ${aUser!=null?aUser.displayName:cs.author.displayName}: (${cs.msgAnnotated}) change: ${p.editType.name} ${p.path} No changes ARTIFACTS *${f} MAVEN ARTIFACTS ${m.key.displayName} *${f} JUNIT RESULTS Name: ${packageResult.getName()} Failed: ${packageResult.getFailCount()} test(s), Passed: ${packageResult.getPassCount()} test(s), Skipped: ${packageResult.getSkipCount()} test(s), Total: ${packageResult.getPassCount()+packageResult.getFailCount()+packageResult.getSkipCount()} test(s) Failed: ${failed_test.getFullName()} COBERTURA RESULTS ${coberturaResult.getName()} ${key} ${coberturaResult.getResults().get(key)} (${coberturaResult.getResults().get(key).getPercentage()}%) By packages ${coberturaResult.getChild(child).getName()} ${childkey} ${coberturaResult.getChild(child).getResults().get(childkey)} (${coberturaResult.getChild(child).getResults().get(childkey).getPercentage()}%) ${aggregationAction.getDisplayName().toUpperCase()} Tool: ${tool.getName()} Report: ${tool.getLatestUrl()} Low: ${tool.getLowSize()}, Normal: ${tool.getNormalSize()}, High: ${tool.getHighSize()}, Error: ${tool.getErrorSize()}