Merge pull request #1842 from steve-gray/master

Add jobs property to build model [ci skip]
This commit is contained in:
Brad Rydzewski 2016-11-18 15:09:57 +01:00 committed by GitHub
commit 749ad33fd9

View file

@ -27,6 +27,7 @@ type Build struct {
Link string `json:"link_url" meddler:"build_link"`
Signed bool `json:"signed" meddler:"build_signed"`
Verified bool `json:"verified" meddler:"build_verified"`
Jobs []*Job `json:"jobs,omitempty" meddler:"-"`
}
type BuildGroup struct {