Merge pull request #1842 from steve-gray/master
Add jobs property to build model [ci skip]
This commit is contained in:
commit
749ad33fd9
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue