Merge pull request #23981 from deepan10/azure-devops-fix
fixed Azure DevOps pipeline for build definition annotation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Fixed bug in EntityPageAzurePipeline component where build definition annotation used for viewing pipelines
|
||||
@@ -166,6 +166,7 @@ export class AzureDevOpsClient implements AzureDevOpsApi {
|
||||
if (options?.top) {
|
||||
queryString.set('top', options.top.toString());
|
||||
}
|
||||
queryString.append('entityRef', entityRef);
|
||||
const urlSegment = `builds/${encodeURIComponent(
|
||||
projectName,
|
||||
)}?${queryString}`;
|
||||
|
||||
Reference in New Issue
Block a user