Skip to content
  1. Jan 12, 2013
  2. Jan 07, 2013
  3. Dec 31, 2012
  4. Dec 28, 2012
  5. Dec 25, 2012
  6. Dec 24, 2012
  7. Dec 21, 2012
  8. Dec 20, 2012
  9. Dec 17, 2012
  10. Dec 13, 2012
  11. Dec 11, 2012
  12. Dec 10, 2012
  13. Dec 09, 2012
  14. Dec 07, 2012
  15. Dec 06, 2012
  16. Dec 04, 2012
    • Jesse Glick's avatar
      [FIXED JENKINS-13536] Using file parameters could cause build records to not load. · 4dde24e6
      Jesse Glick authored
      Solves the issue for newly created builds by not attempting to persist the original file upload record, which is useless after the build has run (the fileParameters dir in the build already archives them).
      Does not help loading pre-fix builds in which the upload temp file has been deleted; for these, you must manually delete <file class="org.apache.commons.fileupload.disk.DiskFileItem" serialization="custom">…</file> from the build.xml.
      (Did not find a straightforward way to just instruct XStream to ignore this bit of XML: it is easy to avoid serializing a field, but deserializing is different.)
      4dde24e6
  17. Dec 02, 2012
  18. Nov 30, 2012
  19. Nov 29, 2012
  20. Nov 28, 2012
  21. Nov 27, 2012
  22. Nov 26, 2012
  23. Nov 24, 2012
  24. Nov 22, 2012
  25. Nov 21, 2012
  26. Nov 20, 2012
  27. Nov 19, 2012
    • Jesse Glick's avatar
      [FIXED JENKINS-15869] When running on Java 5, must still load... · 8ad62f77
      Jesse Glick authored
      [FIXED JENKINS-15869] When running on Java 5, must still load DiskSpaceMonitor/TemporarySpaceMonitor, even though they will show N/A.
      Returning null from an @Extension method does not seem to work reliably, and is not supported by SezPoz.
      If desirable to hide a monitor column in $server/computer/, add a boolean isEnabled() method interpretable in Jelly.
      8ad62f77
Loading