ArrayIndexOutOfBoundsException is thrown when range specification is without end part like "1-", "15-" etc.
Fix:
Number of available tokens should be checked and if it isn't appropriate, throw IllegalArgumenException with "Unable to parse..." as currently in this place.
is blocking
JENKINS-32777Improve test coverage of CLI command 'delete-builds'