This collector collect builds from another Duck server.
You can either fetch all builds, or specify a specific view to
fetch builds from.
Example
{
"$schema": "https://duckhq.org/schema.json",
"collectors": [
{
"duck": {
"id": "other_duck_server",
"serverUrl": "https://example.com:15825"
}
}
]
}
Required fields
Field |
Type |
Description |
id |
String
|
The Duck collector ID |
serverUrl |
String
|
The Duck server URL |
Optional fields
Field |
Type |
Description |
enabled |
Boolean
|
Determines whether or not this collector is enabled |
view |
String
|
The view to get builds from |