From d824280509f59456781423017be368271070fb08 Mon Sep 17 00:00:00 2001 From: nuk-eng-prod-service <53755499+nuk-eng-prod-service@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:44:29 +0200 Subject: [PATCH 1/2] feat: add catalog-info.yaml --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..b05519e --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: java-e2e-api-testing-task + description: Component for java-e2e-api-testing-task + annotations: + circleci.com/project-slug: github/newsuk/java-e2e-api-testing-task + backstage.io/source-location: url:https://github.com/newsuk/java-e2e-api-testing-task/ + github.com/team-slug: newsuk/java-e2e-api-testing-task + backstage.io/productivity-hub-metrics-enabled: 'true' + tags: + - bu:newsuk +spec: + type: service + lifecycle: production + owner: nuk \ No newline at end of file From e90759305b775c9a7b637ec9a5dd2c0ce79f1a56 Mon Sep 17 00:00:00 2001 From: nuk-eng-prod-service <53755499+nuk-eng-prod-service@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:15:56 +0200 Subject: [PATCH 2/2] chore: update catalog-info.yaml --- catalog-info.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index b05519e..96d8206 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,7 +6,6 @@ metadata: annotations: circleci.com/project-slug: github/newsuk/java-e2e-api-testing-task backstage.io/source-location: url:https://github.com/newsuk/java-e2e-api-testing-task/ - github.com/team-slug: newsuk/java-e2e-api-testing-task backstage.io/productivity-hub-metrics-enabled: 'true' tags: - bu:newsuk