/
Pipeline Utils Reference
Pipeline Utils Reference
Inside a Pipeline Expression you can use PEL Utils (= Pipeline Expression Language Utils), which are built-in helper methods to simplify your integration and automation tasks.
Here is an example how to use such an util which counts a list:
vars:
cities: "Munich, Bratislava, New York"
pipeline:
- log:
message: ${@list.size(vars.cities)}
For more details also see: Pipeline Utils
The latest reference docs for all utils can be found here (look for entries with prefix @):
PIPEFORCE REST API