Skip to content
  1. Jan 17, 2014
  2. Jan 16, 2014
  3. Jan 15, 2014
    • Jesse Glick's avatar
      Replaced “New Job” with “New Item” since various plugins (such as... · 84318cc9
      Jesse Glick authored
      Replaced “New Job” with “New Item” since various plugins (such as cloudbees-folder) add TopLevelItemDescriptor’s which do not produce Job’s.
      (Might be feasible to automatically use “Job” or “Item” according to the most specific common supertype of all registered descriptors?)
      2 tags
      84318cc9
    • Vojtech Juranek's avatar
      Add changelog record for PR #1089 · 9a1f75c2
      Vojtech Juranek authored
      9a1f75c2
    • Jonathan A. Sternberg's avatar
      [FIXED JENKINS-20345] file descriptor leak in zip file download · f0bbc669
      Jonathan A. Sternberg authored
      When downloading a zip file with all of the artifacts, file descriptors
      would be opened and never closed. This resulted in many leaked file
      descriptors which would only be cleaned up the next time the garbage
      collector was run.
      
      For directories with a large number of files, the zip file would be
      corrupted because an exception was thrown during the process of creating
      the zip file when the process ran out of file descriptors. Jenkins was
      then left in a very brittle state as random threads wouldn't be able to
      open files or sockets anymore until the garbage collector was run.
      f0bbc669
  4. Jan 14, 2014
  5. Jan 13, 2014
  6. Jan 12, 2014
  7. Jan 11, 2014
  8. Jan 10, 2014
  9. Jan 09, 2014