mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 18:15:28 +00:00
Add jobs property to build model
This commit is contained in:
parent
fd620bd5e8
commit
68a95d523c
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