Skip to content
  1. Jun 19, 2013
  2. Jun 18, 2013
  3. Jun 17, 2013
  4. Jun 16, 2013
  5. Jun 15, 2013
    • Kohsuke Kawaguchi's avatar
      Started producing 1.6 class files · 3431a7cb
      Kohsuke Kawaguchi authored
      The plan of the record is that we start producing 1.6 class files and
      see if people start complaining. If we hear from users, we'll re-visit
      our decision, and if we don't, then we'll start using 1.6 features
      everywhere in the code.
      3431a7cb
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15578] · 4a71b011
      Kohsuke Kawaguchi authored
      The slave launch thread is another background thread, and it should run
      like a super-user
      4a71b011
  6. Jun 14, 2013
  7. Jun 13, 2013
  8. Jun 12, 2013
  9. Jun 11, 2013
  10. Jun 10, 2013
  11. Jun 08, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15120] · f7330d7a
      Kohsuke Kawaguchi authored
      - integrated the newer release of remoting
      - jar caching won't work with class file directory, so plugin
        WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar
        (This should also solve the problem of slow plugin extraction in the
        presene of Anti-virus software on Windows.)
      - because the structure of the exploded jar file has changed, I changed
        the up-to-date check timestamp file name to force re-extraction in
        existing installations.
      f7330d7a
  12. Jun 07, 2013
  13. Jun 06, 2013
  14. Jun 05, 2013
  15. Jun 03, 2013
  16. May 31, 2013
  17. May 29, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search... · 972d8bad
      Jesse Glick authored
      [FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search and reducing to one-line warnings.
      @kohsuke confirms that the intent of throwing AIOOBE was to track down definite code errors;
      but in at least some known occurrences of this bug, the problem is invalid data:
      build records on disk with <number>s that are duplicated and/or out of order.
      Since that violates the precondition of the class, we do not pretend to successfully search for such records.
      At some point it would make sense to have the code detect anomalous conditions and initiate a builds folder cleanup.
      Take only the last build of a given number, and discard any earlier with higher number.
      I.e. just set <number> to 0 or something and ignore such builds, or rename build.xml to build-broken.xml.
      972d8bad
    • Jesse Glick's avatar
      fff90c10
  18. May 28, 2013