| BUILD ${build.result} |
| Build URL | ${rooturl}${build.url} |
| Project: | ${project.name} |
| Date of build: | ${it.timestampString} |
| Build duration: | ${build.durationString} |
| CHANGES | |
| Revision ${cs.commitId?:cs.revision?:cs.changeNumber} by ${aUser!=null?aUser.displayName:cs.author.displayName}: (${cs.msgAnnotated}) | |
| ${p.editType.name} | ${p.path} |
| No Changes | |
| BUILD ARTIFACTS |
|
|
| BUILD ARTIFACTS |
| ${m.key.displayName} |
|
|
| JUnit Tests | |
| 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) | |
| Cobertura Report |
| Project Coverage Summary |
| Name | ${metric.name} |
| ${coberturaResult.name} | ${coberturaResult.getCoverage(metric).percentage}% (${coberturaResult.getCoverage(metric)}) |
| ${coberturaResult.relativeSourcePath} |
|---|
Source code is unavailable
| Coverage Breakdown by ${element.displayName} |
| Name | ${metric.name} | |
| ${child.xmlTransform(child.name)} | ${childResult.percentage}% (${childResult}) | N/A |
| ${aggregationAction.getDisplayName()} | ||||
| Tool | Low | Normal | High | Error |
| ${tool.getName()} | ${tool.getLowSize()} | ${tool.getNormalSize()} | ${tool.getHighSize()} | ${tool.getErrorSize()} |
| CONSOLE OUTPUT |
| ${line} |