From d28715fe38f0ac1b6dce6c98b8b8203ff99426b3 Mon Sep 17 00:00:00 2001 From: karen-hedges <133129444+karen-hedges@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:51:23 +0100 Subject: [PATCH 1/2] DMP-5280-CreateBackstageCatalogInfoYaml Created catalog info for backstage --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..991629f180 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: "darts-api" + annotations: + # This must match folder-name/job-name in Jenkins. + jenkins.io/job-full-name: sds:HMCTS/darts-api + github.com/project-slug: hmcts/darts-api + tags: + - java + links: + - url: https://hmcts-reform.slack.com/app_redirect?channel=darts-modernisation + title: "#darts-modernisation on Slack" + icon: chat +spec: + type: service + lifecycle: production + owner: \ No newline at end of file From c63574ec82d27ba7f852c098ffb64ec9c59d7550 Mon Sep 17 00:00:00 2001 From: karen-hedges <133129444+karen-hedges@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:52:51 +0100 Subject: [PATCH 2/2] DMP-5280-CreateBackstageCatalogInfoYaml Created catalog info for backstage --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 991629f180..f7056ab7e5 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -15,4 +15,4 @@ metadata: spec: type: service lifecycle: production - owner: \ No newline at end of file + owner: dcd_darts \ No newline at end of file