-
Task
-
Resolution: Unresolved
-
Major
-
None
Hi. I need to create an automated job in jenkins with multiple values of single parameter. Its like,
$TARGET=192.x.x.x,192.x.x.x (we have multiple IP to make targets to build by processing one by one)
User is required to pass mutilple values as a string parameter.is it possible this way, ok, build TARGET=192.x.x.x,...done...then TARGET=192.x.x.x,..done...so on....