Added last build time

This commit is contained in:
Kirill Zaitsev 2015-02-01 04:26:10 +03:00
parent 2f76696226
commit ec825996c9

View file

@ -2,6 +2,7 @@ package model
import (
"encoding/xml"
"time"
)
type CCProjects struct {
@ -34,8 +35,8 @@ func NewCC(r *Repo, c *Commit, url string) *CCProjects {
c.Status != StatusEnqueue {
proj.Activity = "Sleeping"
proj.LastBuildStatus = c.Status
proj.LastBuildTime = time.Unix(c.Started, 0).Format(time.RFC3339)
proj.LastBuildLabel = c.ShaShort()
proj.LastBuildTime = "" // 2006-01-02T15:04:05.000+0000
}
// If the build is not running, and not successful,