Skip to content
  1. Oct 07, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-19920] Using selfReference to mean “none” from... · 7ca4dc47
      Jesse Glick authored
      [FIXED JENKINS-19920] Using selfReference to mean “none” from nextBuild/previousBuild was just asking for trouble.
      JENKINS-16194 and an analogous but opposite bug fixed more simply by introducing a separate NONE constant.
      Also numberOnDisk did not get updated properly after a build was deleted, causing double loading of build records in some cases.
      7ca4dc47
    • Oliver Gondža's avatar
      Amend #616 · b533f770
      Oliver Gondža authored
      b533f770
  2. Oct 06, 2013
  3. Oct 05, 2013
  4. Oct 03, 2013
  5. Oct 02, 2013
  6. Sep 30, 2013
  7. Sep 27, 2013
  8. Sep 26, 2013
  9. Sep 24, 2013
  10. Sep 23, 2013
  11. Sep 17, 2013
  12. Sep 16, 2013
  13. Sep 15, 2013
  14. Sep 12, 2013
  15. Sep 10, 2013
  16. Sep 09, 2013
  17. Sep 05, 2013
  18. Sep 04, 2013
  19. Aug 30, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-9540] Failure of recursive copy on slave side should be reported. · 574fe140
      Jesse Glick authored
      Instead it was being thrown in a Future that the master did not wait for:
      the writing side failed with a closed pipe exception, and this meaningless error was thrown up.
      Fixing by waiting for the reading side first, so any error there will be thrown up.
      (If there was _also_ an error on the writing side, we would miss it, but typically this will just be the closed stream.)
      574fe140
  20. Aug 28, 2013
  21. Aug 27, 2013