Project Report for $projectName #if ($rssDataPresent) $rss.text #end

#if ($StatusMessage.Length > 0) #end
Project Status for $projectName
$StatusMessage
Last Build Status: $status.BuildStatus
Last Build Label: $status.LastBuildLabel
CCNet Status: $status.Status
Activity: $status.Activity
#if ($server.AllowForceBuild) #end #if ($server.AllowStartStopBuild) #end
#if ($externalLinks.Length > 0) #foreach ($externalLink in $externalLinks) #end #end

#if ($noLogsAvailable) There are currently no build logs available for this project - make sure your Build Server configuration is correct and that this Project's build is not throwing any exceptions #else #if ($pluginInfo)

Most Recent Build Results

$pluginInfo Click here for the full build report. #else Click here for the most recent build report. #end #end

#if ($highestAmountPerDay > 0) #set($highestViewPerDay= $highestAmountPerDay / $dateMultiPlier)
Build Overview
$OKPercent%
#foreach ($dayBuildCounter in [1..$highestViewPerDay]) #foreach ($currentDayInfo in $graphDayInfo) #foreach ($multi in [1..$dateMultiPlier]) #set ($cellIndex = (($highestViewPerDay - $dayBuildCounter) * $dateMultiPlier) + $multi) #if ( $cellIndex <= $currentDayInfo.AmountOfBuilds) #set ($buildIndex = $cellIndex - 1 ) #if ($currentDayInfo.Build($buildIndex).IsSuccesFull) #set($color = "#99FF00") #else #set($color ="#FF9900") #end #else #end #end #end #end #foreach ($currentDayInfo in $graphDayInfo) #end
$cellIndex
$currentDayInfo.BuildDateFormatted
#end