Merge pull request #23981 from deepan10/azure-devops-fix

fixed Azure DevOps pipeline for build definition annotation
This commit is contained in:
Andre Wanlin
2024-04-05 07:27:22 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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}`;