Skip to content
  1. Mar 06, 2012
  2. Mar 05, 2012
  3. Mar 04, 2012
  4. Mar 02, 2012
    • Kohsuke Kawaguchi's avatar
      recording prototype.js 1.7 · 5603f305
      Kohsuke Kawaguchi authored
      5603f305
    • Kohsuke Kawaguchi's avatar
      [SECURITY-24] Exponential back-off of retry. · a296b000
      Kohsuke Kawaguchi authored
      If we fail to obtain the update center metadata, don't keep retrying
      every 15 seconds, but use exponential time out to avoid overloading
      our server in case of a problem.
      a296b000
    • dty's avatar
      Change AbstractProject.getCauseOfBlockage to block builds until they are · d6a92f37
      dty authored
      done with post-production (as opposed to just done with build steps). Jobs
      that had long running tasks that occured in their post-production state, i.e.,
      build wrappers, post-build steps, could get into the situation where a queued
      build would start running on an executor while the previous build was still
      running post-build actions. If the two executors shared the same workspace,
      the new build could delete information with a clean that the current build
      still needed for processing.
      
      - Changed AbstractProject.getCauseOfBlockage() to call isLogUpdated instead
        of isBuilding.
      
         core/src/main/java/hudson/model/AbstractProject.java
      
      - Added isLogUpdated.
      
         core/src/main/java/hudson/model/Job.java
      
      - Added test case.
      
         test/src/test/java/hudson/model/JobQueueTest.java
      
      - Change log
      
         changelog.html
      d6a92f37
  5. Mar 01, 2012
  6. Feb 29, 2012
  7. Feb 28, 2012
  8. Feb 27, 2012
  9. Feb 23, 2012
  10. Feb 22, 2012
  11. Feb 21, 2012
  12. Feb 20, 2012
  13. Feb 19, 2012
  14. Feb 18, 2012
  15. Feb 17, 2012
  16. Feb 16, 2012
  17. Feb 14, 2012
  18. Feb 13, 2012
  19. Feb 10, 2012
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-12334 JENKINS-12446 JENKINS-12650] · ef1ad6ca
      Kohsuke Kawaguchi authored
      Bundle slf4j binding to the war.
      See the comment in war/pom.xml for detailed discussion.
      
      This is fundamentally a "damned if I do, damned if I don't" situation,
      but given that JENKINS-12334 is a fatal error, and the downside of
      bundling the binding jar is "multiple binding" warning, it seems like
      the lesser evil is to bundle it and risk some warnings.
      ef1ad6ca
  20. Feb 09, 2012