You might want to use Groovy System Script to process those parameters
(note that /System/ script is not an OS script, it's Jenkins script). It
will be much easier to process strings in it.
Here is something to get you started. This is a script that schedules
"Some-job-name" to be run with som
I wonder if the question is about what jenkins parameters are required
(which are basically strings with some separators) or how to proceed those
parameters though.
On Friday, 17 February 2017 18:27:58 UTC, Mona Pinjani wrote:
>
> Anyone ? What plugin should I use to get multiple values for a
>
Anyone ? What plugin should I use to get multiple values for a parameter(s)
so that I can iterate over it ?
I have tried multi-line string parameter and even extended Choice
Parameter. I would like the parameter values to be text based rather than
choice
On Thursday, February 16, 2017 at 5:39:3
Hi,
I want to setup a jenkins job which takes 2 parameters which take IP
addresses and host names from the user and then iterates over the IPs to
run curl.
So a user can enter one ore more values for IP and VM Name.
IP=aa.bb.cc.dd ee.ff.gg.hh (new line separated)
HOST_NAME=hostname1 hostname2