jenkinsci / jenkinsci/port-allocator-plugin
[JENKINS-26864] allow in port allocator "Pool definitions" to define a range
- Dominant language
- Java
- Stars
- 11
- Forks
- 34
- Avg merge
- 23h 26m
- Merged PRs (30d)
- 1
Description
Pool definitions should be able to receive a range of ports and not only comma delimited list.
I.E: 1024-2048
Those inputs could be mixed:
I.E: 1088,2000-3000,4999
---
Originally reported by vitalyb, imported from: allow in port allocator "Pool definitions" to define a range
Raw content of original issue
Pool definitions should be able to receive a range of ports and not only comma delimited list.
I.E: 1024-2048
Those inputs could be mixed:
I.E: 1088,2000-3000,4999
Contributor guide
Assessment
This issue has not been assessed yet.