remove unneccessary stack traces in jenkins log

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • Component/s: plot-plugin
    • None
    • Environment:
      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;
      }
      

            Assignee:
            nidaley
            Reporter:
            Markus
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: