{{buildreports.branch}} {%if totalCurrentFailing > 0 %}is failing on the current build.{% elif totalFailing > 0 %}has unresolved failures in the last week.{% else %}looks great for the last week!{% endif %}
Most recent revision ({{commitlist.0.commit}}): {{totalCurrentSuites}} / {{totalSuites}} suites have been run. {{totalCurrentPassing}} / {{totalCurrentSuites}} are passing suites {{totalCurrentFailing}} / {{totalCurrentSuites}} are failing suites
Last valid execution for each suite in the last week ({{totalSuites}} suites ran). {{totalPassing}} / {{totalSuites}} are passing suites {{totalFailing}} / {{totalSuites}} are failing suites
Operating system level status
{% for os in oslist %}
{{os.operating_system}}
{% endfor %}
Failing test details
Details on recent failing tests like what test step failed, the logged message and associated JIRA bug/status.
Date Time
Build Info
Branch
Duration
Results
Caused Bug
Comment
{% for run in lastRuns %}{% if run.run_results == 0 or run.run_results >= 10 %}