-
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
-
[JENKINS-25849] remove unneccessary stack traces in jenkins log
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 159830 ] | New: JNJira + In-Review [ 196212 ] |
Link |
New:
This issue duplicates |