E.g:
192.168.0.1
8080
E.g: Using variables:
Inject properties in the build:
list_of_ips=192.168.0.1,192.168.1.0,192.168.2.0
${list_of_ips}
Inject properties in the build:
list_of_ports=8080,8090,9000,9100
${list_of_ports}