Skip to content

Commit

Permalink
docs: improve doc on labels parameter on scmProvider generator (#15255)
Browse files Browse the repository at this point in the history
Signed-off-by: Jedrzej Kotkowski <[email protected]>
  • Loading branch information
jjsiv authored Aug 28, 2023
1 parent eb526ff commit 3d23243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ spec:
* `sha`: The Git commit SHA for the branch.
* `short_sha`: The abbreviated Git commit SHA for the branch (8 chars or the length of the `sha` if it's shorter).
* `short_sha_7`: The abbreviated Git commit SHA for the branch (7 chars or the length of the `sha` if it's shorter).
* `labels`: A comma-separated list of repository labels.
* `labels`: A comma-separated list of repository labels in case of Gitea, repository topics in case of Gitlab and Github. Not supported by Bitbucket Cloud, Bitbucket Server, or Azure DevOps.
* `branchNormalized`: The value of `branch` normalized to contain only lowercase alphanumeric characters, '-' or '.'.

## Pass additional key-value pairs via `values` field
Expand Down

0 comments on commit 3d23243

Please sign in to comment.