Re: multi text parameter

2017-02-17 Thread Mona Pinjani
:34 PM UTC-6, Mona Pinjani wrote: > > 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. >

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

Jenkins build step time

2016-10-07 Thread Mona Pinjani
Hi, We have freestyle jobs in which we have various bill steps listed as "execute shell". Ex. bundle # Build Ruby Gem bundle exec rake build All of these run inside a docker container. How can I get a list of build times for each of these steps, including the time taken to spin up the docker

Regex on jenkins label expression

2016-08-04 Thread Mona Pinjani
In job configuration, there is a checkbox "Restrict where this project can be run". If you select it, there is an input field about Label Expression. Is there a way to insert of regex there, and not the exact name? I need to build a job on more than one docker image. I tried many combinations (p