Merge pull request #23338 from fetch-rewards/bugfix/xcmetrics-excludeci-param
add excludeCI=false param to XCMetrics /build/filter request
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Fixed bug in XcMetricsClient where it was not including parameter for excludeCI, which is now a required parameter for XCMetrics.
|
||||
@@ -70,6 +70,7 @@ export class XcmetricsClient implements XcmetricsApi {
|
||||
projectName: filters.project,
|
||||
page,
|
||||
per: perPage,
|
||||
excludeCI: false,
|
||||
});
|
||||
|
||||
return (await response.json()) as PaginationResult<Build>;
|
||||
|
||||
Reference in New Issue
Block a user