diff --git a/reference/pipeline/expressions/index.md b/reference/pipeline/expressions/index.md index 574276678a..f6ac072dbb 100644 --- a/reference/pipeline/expressions/index.md +++ b/reference/pipeline/expressions/index.md @@ -172,6 +172,12 @@ matches the input string. Note that `#judgment` is case sensitive: named _"My Manual Judgment Stage"_. Note that this function is aliased to the spelling `#judgement`. +### #manifestLabelValue(String stageName, String manifestKind, String labelKey) + +Returns the value of a label with key `labelKey` from a Kubernetes +Deployment or ReplicaSet manifest of kind `manifestKind`, deployed by a +stage of name `stageName`. + ### #propertiesFromUrl(String) Retrieves the contents of a [Java properties file](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html)