From 7991581e6268987734de66a2847430af884ba72c Mon Sep 17 00:00:00 2001 From: Andrew Shirley Date: Mon, 21 Jun 2021 14:33:34 +0100 Subject: [PATCH] Use correct annotation name Signed-off-by: Andrew Shirley Signed-off-by: blam --- docs/features/software-catalog/well-known-annotations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/software-catalog/well-known-annotations.md b/docs/features/software-catalog/well-known-annotations.md index 10c362ac07..79c55eaa50 100644 --- a/docs/features/software-catalog/well-known-annotations.md +++ b/docs/features/software-catalog/well-known-annotations.md @@ -101,13 +101,13 @@ repository itself. If the URL points to a folder, it is important that it is suffixed with a `'/'` in order for relative path resolution to work consistently. -### jenkins.io/folder-slug +### jenkins.io/job-slug ```yaml # Example: metadata: annotations: - jenkins.io/folder-slug: folder-name/job-name + jenkins.io/job-slug: folder-name/job-name ``` The value of this annotation is the path to a job on Jenkins, that builds this @@ -310,7 +310,7 @@ instead. ### jenkins.io/github-folder -Use the `jenkins.io/folder-slug` instead. +Use the `jenkins.io/job-slug` instead. ## Links