From f6c700afbe85ca4fc33c5370398eeebc8ffdef15 Mon Sep 17 00:00:00 2001 From: Ant Weiss Date: Wed, 23 Aug 2023 16:12:00 +0300 Subject: [PATCH] Add info about our Artifactory plugins to the marketplace Signed-off-by: Ant Weiss --- microsite/data/plugins/artifactory.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/plugins/artifactory.yaml diff --git a/microsite/data/plugins/artifactory.yaml b/microsite/data/plugins/artifactory.yaml new file mode 100644 index 0000000000..a61fd372e8 --- /dev/null +++ b/microsite/data/plugins/artifactory.yaml @@ -0,0 +1,12 @@ +--- +title: Artifacts Plugin for JFrog Artifactory +author: StageCentral +authorUrl: https://stagecentral.io +category: Artifacts +description: | + Connect Backstage entities to software artifacts stored in JFrog Artifactory. + Display information about artifacts, such as their version, size, and download links. +documentation: https://github.com/StageCentral/backstage-artifactory-plugin/tree/main#readme +iconUrl: https://raw.githubusercontent.com/StageCentral/backstage-artifactory-plugin/main/logo/logo.png +npmPackageName: '@stagecentral/plugin-artifactory' +addedDate: '2023-08-23'