Hi I want to use the port allocator plugin to make sure that the ports are free before executing the job.
It works perfectly if I entered the port number directly, e.g. 31080. However in my case, there is a job parameter called PORTBASE (e.g. 31000) and I want the port allocator plugin to check if the PORTBASE + 80 (31080) is free before executing the job. How can I configure this in Jenkins? -- Hez