Hello,
For clear text data entry I'd like to be able to enable a 'trim' feature.
This page doesn't document one:
I would like something like this, does it exist? I couldn't get the below to work for me.
parameters {
string(name: 'component', trim:true, description: 'component name for terraform')
}
Thank you,
Mike