mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
Merge pull request #1842 from steve-gray/master
Add jobs property to build model [ci skip]
This commit is contained in:
commit
749ad33fd9
@ -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…
x
Reference in New Issue
Block a user