Skip to content
  1. Mar 13, 2012
  2. Mar 12, 2012
  3. Mar 10, 2012
  4. Mar 06, 2012
  5. Mar 05, 2012
  6. Mar 04, 2012
  7. 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
  8. Mar 01, 2012
  9. Feb 29, 2012
  10. Feb 28, 2012
  11. Feb 27, 2012
  12. Feb 23, 2012
  13. Feb 22, 2012
  14. Feb 21, 2012
  15. Feb 20, 2012
  16. Feb 19, 2012