From e4eac3ec8422987d212d5dc7beb4b7c8d03b3d5c Mon Sep 17 00:00:00 2001 From: Kim Jikwan Date: Wed, 11 Mar 2026 10:51:54 +0900 Subject: [PATCH] chore : Add Spring Batch Dashboard plugin to marketplace Signed-off-by: Kim Jikwan --- microsite/data/plugins/spring-batch-dashboard.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 microsite/data/plugins/spring-batch-dashboard.yaml diff --git a/microsite/data/plugins/spring-batch-dashboard.yaml b/microsite/data/plugins/spring-batch-dashboard.yaml new file mode 100644 index 0000000000..ddbd71ab1a --- /dev/null +++ b/microsite/data/plugins/spring-batch-dashboard.yaml @@ -0,0 +1,11 @@ +--- +title: Spring Batch Dashboard +author: zc149 +authorUrl: https://github.com/zc149 +category: Monitoring +description: Monitor and manage Spring Batch jobs from Backstage. +documentation: https://github.com/zc149/backstage-plugin-spring-batch-dashboard +iconUrl: https://raw.githubusercontent.com/zc149/backstage-plugin-spring-batch-dashboard/main/.github/images/icon.png +npmPackageName: '@jikwan/backstage-plugin-spring-batch-dashboard' +addedDate: '2026-03-11' +status: active \ No newline at end of file