• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • plot-plugin
    • 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;
      }
      

          [JENKINS-25849] remove unneccessary stack traces in jenkins log

          Markus created issue -
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 159830 ] New: JNJira + In-Review [ 196212 ]
          Emilio Escobar made changes -
          Link New: This issue duplicates JENKINS-30108 [ JENKINS-30108 ]

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

              Created:
              Updated:
              Resolved: