From 2d5be0975d92d09d0acf6ebec05f2fc74b41e16a Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Thu, 23 Dec 2021 16:40:30 +0100 Subject: [PATCH] Add GoCD entry to plugins marketplace Signed-off-by: Julio Zynger --- microsite/data/plugins/gocd.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 microsite/data/plugins/gocd.yaml diff --git a/microsite/data/plugins/gocd.yaml b/microsite/data/plugins/gocd.yaml new file mode 100644 index 0000000000..7bf24d75fd --- /dev/null +++ b/microsite/data/plugins/gocd.yaml @@ -0,0 +1,12 @@ +--- +title: GoCD +author: SoundCloud +authorUrl: https://github.com/soundcloud +category: CI/CD +description: GoCD is an open-source tool which is used in software development to help teams and organizations automate the continuous delivery of software. +documentation: https://github.com/backstage/backstage/tree/master/plugins/gocd +iconUrl: https://pics.freeicons.io/uploads/icons/png/13646383971540553613-512.png +npmPackageName: '@backstage/plugin-gocd' +tags: + - ci + - cd