Health Report
| W | Description | Score |
|---|---|---|
|
|
${healthReport.description} | ${healthReport.score} |
|
BUILD ${build.result} |
| Build URL | ${rooturl}${build.url} |
| Project: | ${project.name} |
| Date of build: | ${it.timestampString} |
| Build duration: | ${build.durationString} |
| Build cause: |
|
| Build description: | ${build.description} |
| Built on: |
|
| W | Description | Score |
|---|---|---|
|
|
${healthReport.description} | ${healthReport.score} |
| Package | Failed | Passed | Skipped | Total |
|---|---|---|---|---|
| ${packageResult.getName()} | ${packageResult.getFailCount()} | ${packageResult.getPassCount()} | ${packageResult.getSkipCount()} | ${packageResult.getPassCount()+packageResult.getFailCount()+packageResult.getSkipCount()} |
| ${failed_test.getFullName()} | ||||
| Name | ${metric.name} |
|---|---|
| ${coberturaResult.name} | ${coberturaResult.getCoverage(metric).percentage}% (${coberturaResult.getCoverage(metric)}) |
| ${coberturaResult.relativeSourcePath} |
|---|
Source code is unavailable
| Name | ${metric.name} | |
|---|---|---|
| ${child.xmlTransform(child.name)} | ${childResult.percentage}% (${childResult}) | N/A |
| Name | Result | Total | High | Normal | Low | |
|---|---|---|---|---|---|---|
|
|
${action.displayName} |
|
${action.result.numberOfAnnotations} | ${action.result.getNumberOfAnnotations('HIGH')} | ${action.result.getNumberOfAnnotations('NORMAL')} | ${action.result.getNumberOfAnnotations('LOW')} |
There are ${summary.getBugCount()} clang Scan bugs
| File | Bug Type | Category | Description | Details | |
|---|---|---|---|---|---|
| ${isNew} | ${clangBug.getSourceFile()} | ${clangBug.getBugType()} | ${clangBug.getBugCategory()} | ${clangBug.getBugDescription()} | detail |
by ${cs.author}
| ${spc}${p.editType.name} | ${p.path} |
No Changes