mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +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
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ type Build struct {
|
||||||
Link string `json:"link_url" meddler:"build_link"`
|
Link string `json:"link_url" meddler:"build_link"`
|
||||||
Signed bool `json:"signed" meddler:"build_signed"`
|
Signed bool `json:"signed" meddler:"build_signed"`
|
||||||
Verified bool `json:"verified" meddler:"build_verified"`
|
Verified bool `json:"verified" meddler:"build_verified"`
|
||||||
|
Jobs []*Job `json:"jobs,omitempty" meddler:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type BuildGroup struct {
|
type BuildGroup struct {
|
||||||
|
|
Loading…
Reference in a new issue