1. 23 7月, 2013 3 次提交
  2. 22 7月, 2013 4 次提交
  3. 21 7月, 2013 7 次提交
  4. 20 7月, 2013 8 次提交
  5. 19 7月, 2013 2 次提交
  6. 15 7月, 2013 2 次提交
  7. 14 7月, 2013 6 次提交
  8. 13 7月, 2013 2 次提交
  9. 12 7月, 2013 4 次提交
  10. 11 7月, 2013 1 次提交
  11. 10 7月, 2013 1 次提交
    • J
      [JENKINS-17728] Fixing another possible cause of an NPE. · 06c211c6
      Jesse Glick 提交于
      Unlike the bug I originally reproduced, in which the parent had some builds
      but the context in which the new build was scheduled omits a parent,
      this seems to be due to a case in which there is no build record at all for the parent.
      No idea how that could happen (getLastBuild should return even a running, failed, or aborted build),
      but @treydock reports a stack trace in 1.509.2 which implies this.
      So fixing null safety; will not prevent an exception but will report it more gracefully.
      06c211c6