Skip to content
  1. Sep 24, 2013
  2. Sep 23, 2013
  3. Sep 17, 2013
  4. Sep 16, 2013
  5. Sep 15, 2013
  6. Sep 12, 2013
  7. Sep 10, 2013
  8. Sep 09, 2013
  9. Sep 05, 2013
  10. Sep 04, 2013
  11. 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
  12. Aug 28, 2013
  13. Aug 27, 2013
  14. Aug 26, 2013
  15. Aug 24, 2013
  16. Aug 23, 2013
  17. Aug 20, 2013
  18. Aug 19, 2013
  19. Aug 16, 2013
  20. Aug 15, 2013
    • Jesse Glick's avatar
      [GROOVY-4292] Update Groovy to 1.8.9 to avoid random livelock during startup... · 5fe9e52b
      Jesse Glick authored
      [GROOVY-4292] Update Groovy to 1.8.9 to avoid random livelock during startup when init.groovy specified.
      "GroovyInitScript.init" daemon prio=10 tid=0x00007f28d0001800 nid=0x48 runnable [0x00007f28cb79e000]
         java.lang.Thread.State: RUNNABLE
      	at java.util.WeakHashMap.get(Unknown Source)
      	at org.codehaus.groovy.ast.ClassHelper.makeCached(ClassHelper.java:121)
      	at org.codehaus.groovy.ast.ClassHelper.makeWithoutCaching(ClassHelper.java:183)
      	at org.codehaus.groovy.ast.ClassHelper.make(ClassHelper.java:170)
      	at org.codehaus.groovy.ast.ClassHelper.make(ClassHelper.java:159)
      	at org.codehaus.groovy.vmplugin.v5.Java5.makeClassNode(Java5.java:382)
      	at org.codehaus.groovy.vmplugin.v5.Java5.makeParameter(Java5.java:403)
      	at org.codehaus.groovy.vmplugin.v5.Java5.makeParameters(Java5.java:396)
      	at org.codehaus.groovy.vmplugin.v5.Java5.configureClassNode(Java5.java:331)
      	at org.codehaus.groovy.ast.ClassNode.lazyClassInit(ClassNode.java:262)
      	- locked <0x00000000f4bfe2b0> (a java.lang.Object)
      	at org.codehaus.groovy.ast...
      5fe9e52b
    • Olivier Lamy's avatar
      add changelog for previous commit · ca1c798b
      Olivier Lamy authored
      ca1c798b
  21. Aug 14, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-19192] LoginCommand failed on Windows after introduction of JNR. · 707629b0
      Jesse Glick authored
      Root cause of class loading error (on jnr.ffi.util.ref.internal.Finalizer$ShutDown) still unclear,
      but easy fix is to simplify ClientAuthenticationCache.save to use FilePath.chmod,
      which at least for now relies on hudson.util.jna.GNUCLibrary rather than JNR.
      707629b0
    • Jesse Glick's avatar
      [FIXED JENKINS-19135] Permit a user to configure an axis with no values... · 58c8a939
      Jesse Glick authored
      [FIXED JENKINS-19135] Permit a user to configure an axis with no values without throwing exceptions.
      The project cannot be usefully built in this case but at least they can go back and reconfigure it.
      Also fixing Layouter.Column to not throw NoSuchElementException (in violation of Iterator contract)
      and thus break project overview when there is an empty Axis in the trivial list (due to an unintentional IndexOutOfBoundsException).
      58c8a939
  22. Aug 13, 2013
  23. Aug 12, 2013
  24. Aug 10, 2013