Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

docs(expressions): document new manifestLabelValue helper function #1242

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions reference/pipeline/expressions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 type `deployManifest` and name `stageName`.

### #propertiesFromUrl(String)

Retrieves the contents of a [Java properties file](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html)
Expand Down