Consistently use job-full-name not name or slug

Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk>
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
Andrew Shirley
2021-07-11 14:14:58 +01:00
committed by blam
parent 91cc4913ab
commit 8e38300d7c
15 changed files with 97 additions and 86 deletions
@@ -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/job-slug
### jenkins.io/job-full-name
```yaml
# Example:
metadata:
annotations:
jenkins.io/job-slug: folder-name/job-name
jenkins.io/job-full-name: 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/job-slug` instead.
Use the `jenkins.io/job-full-name` instead.
## Links