I have a pipeline script that should work with and without parameters. So I have to check if the parameter is available.
I tried if(getBinding().hasVariable(\"mypa
if(getBinding().hasVariable(\"mypa
Newer versions make the parameters available through the params variable. If the parameter is not defined, it falls back to the configured default (see also here).
params