Issue Type: Improvement Improvement
Assignee: nidaley
Components: plot-plugin
Created: 01/Dec/14 3:48 PM
Description:

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;
}
Environment: Jenkins 1.554.2, plot-plugin 1.8
Project: Jenkins
Priority: Major Major
Reporter: Markus
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to