1. 05 12月, 2012 2 次提交
  2. 04 12月, 2012 1 次提交
    • J
      [FIXED JENKINS-13536] Using file parameters could cause build records to not load. · 4dde24e6
      Jesse Glick 提交于
      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
  3. 03 12月, 2012 6 次提交
  4. 01 12月, 2012 3 次提交
  5. 30 11月, 2012 3 次提交
  6. 29 11月, 2012 5 次提交
  7. 28 11月, 2012 11 次提交
  8. 27 11月, 2012 6 次提交
  9. 26 11月, 2012 3 次提交