You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,7 +107,7 @@ func (s BuildStatus) IsTerminal() bool
107
107
108
108
### Build Metadata
109
109
110
-
The `Poll` method returns a `map[string]string` containing additional metadata about the build. The specific keys and values are implementation-defined, but common examples include:
110
+
The `Poll` method returns `entity.BuildMetadata` containing additional metadata about the build. The specific keys and values are implementation-defined, but common examples include:
111
111
112
112
**Common metadata keys:**
113
113
- `build_url` - Direct link to the build in the CI provider's UI
0 commit comments