Skip to content
  1. Oct 27, 2014
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-25314] · 9b36e2ae
      Kohsuke Kawaguchi authored
      The original fix was made in 0c3d6709.
      In this fix, I'm also moving the code that creates LeftItem.
      
      It makes no sense that there's Item.cancel(Queue) and Queue.cancel(Item)
      and they do different things!
      changes/285
      9b36e2ae
  2. Oct 26, 2014
  3. Oct 25, 2014
  4. Oct 23, 2014
  5. Oct 21, 2014
    • Jesse Glick's avatar
      Null safety. · 90292ed2
      Jesse Glick authored
      Observed in a test against 1.480:
      … hudson.model.Executor run
      SEVERE: Unexpected executor death
      java.lang.NullPointerException
      	at hudson.model.Computer.getNode(Computer.java:473)
      	at hudson.slaves.SlaveComputer.getNode(SlaveComputer.java:177)
      	at hudson.slaves.SlaveComputer.getRetentionStrategy(SlaveComputer.java:609)
      	at hudson.slaves.SlaveComputer.taskCompleted(SlaveComputer.java:285)
      	at hudson.model.queue.WorkUnitContext.synchronizeEnd(WorkUnitContext.java:140)
      	at hudson.model.Executor.run(Executor.java:253)
      2 tags
      90292ed2
  6. Oct 20, 2014
  7. Oct 19, 2014
  8. Oct 18, 2014
  9. Oct 17, 2014
  10. Oct 16, 2014
  11. Oct 15, 2014
Loading