helm upgrade \
--install jenkins jenkins/jenkins \
--version 4.4.1 \
--values values.yaml
In file vars/getPublicIPAddress.groovy
uncomment execution of function
(...)
//println(call())
Execute from command line
groovy -cp src/ vars/getPublicIPAddress.groovy
static