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

Commit

Permalink
docs(expressions): document new manifestLabelValue helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieneterval committed Mar 4, 2019
1 parent 1f050d4 commit 62b9922
Showing 1 changed file with 6 additions and 0 deletions.
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 name `stageName`.

### #propertiesFromUrl(String)

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

0 comments on commit 62b9922

Please sign in to comment.