-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 1.554.2, plot-plugin 1.8
Parsing should accept unset (empty string) number of builds instead of logging a "severe" problem each time all data is plotted.
int numBuilds; try { numBuilds = Integer.parseInt(getURLNumBuilds()); } catch (NumberFormatException nfe) { LOGGER.log(Level.SEVERE, "Exception converting to integer", nfe); numBuilds = Integer.MAX_VALUE; }
- duplicates
-
JENKINS-30108 NumberFormatException when numBuilds is empty
-
- Resolved
-
I've addressed this as part of this pending PR: https://github.com/jenkinsci/plot-plugin/pull/19