Re: multi text parameter

2017-02-20 Thread 'Maciej Jaros' via Jenkins Users
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

Re: multi text parameter

2017-02-17 Thread Victor Martinez
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 >

Re: multi text parameter

2017-02-17 Thread Mona Pinjani
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

multi text parameter

2017-02-16 Thread Mona Pinjani
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