From e14896fb63efa261cb51f21d7d626841498ee8de Mon Sep 17 00:00:00 2001 From: Julio Zynger Date: Thu, 23 Dec 2021 17:01:28 +0100 Subject: [PATCH] Update well-known annotations Signed-off-by: Julio Zynger --- .../software-catalog/well-known-annotations.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/features/software-catalog/well-known-annotations.md b/docs/features/software-catalog/well-known-annotations.md index c3af6caf2d..26a8710820 100644 --- a/docs/features/software-catalog/well-known-annotations.md +++ b/docs/features/software-catalog/well-known-annotations.md @@ -204,6 +204,24 @@ browser when viewing that user. This annotation can be used on a [User entity](descriptor-format.md#kind-user) to note that it originated from that user on GitHub. +### gocd.org/pipelines + +```yaml +# Example: +metadata: + annotations: + gocd.org/pipelines: backstage,backstage-pr,backstage-builder +``` + +The value of this annotation is a comma-separated list of the GoCD pipeline +names to fetch CI/CD information for. + +The pipeline name is usually defined in the `gocd.yml` file for the pipeline +definition. + +Specifying this annotation will enable GoCD related features in Backstage for +that entity. + ### sentry.io/project-slug ```yaml