| Index: milo/common/model/build_summary.go
|
| diff --git a/milo/common/model/build_summary.go b/milo/common/model/build_summary.go
|
| index 78187a200148382c70eb9b11af89b1b6b92edc4f..7d27f3081928cda88a1077fa42dd6cf9b0b74d06 100644
|
| --- a/milo/common/model/build_summary.go
|
| +++ b/milo/common/model/build_summary.go
|
| @@ -59,6 +59,11 @@ type BuildSummary struct {
|
| // "buildbucket/<bucketname>/<buildername>"
|
| BuilderID string
|
|
|
| + // SelfLink provides a relative URL for this build.
|
| + // Buildbot: /buildbot/<mastername>/<buildername>/<buildnumber>
|
| + // Swarmbucket: Derived from Buildbucket (usually link to self)
|
| + SelfLink string
|
| +
|
| // Created is the time when the Build was first created. Due to pending
|
| // queues, this may be substantially before Summary.Start.
|
| Created time.Time
|
|
|