Skip to content
  1. Jul 29, 2013
  2. Jul 27, 2013
  3. Jul 25, 2013
    • Jesse Glick's avatar
      [FIXED JENKINS-18918] From plugins we must use target/ not target/classes/ to unpack Maven. · 2152cf47
      Jesse Glick authored
      Also cleaning up variable names to be less misleading.
      
      Note that new File("target") is really a bad idea since we cannot predict the CWD in effect when Maven is run.
      (From the standard bin/mvn launcher, it seems that it will always be *some* Maven project at least.
      This may not be true for Maven run embedded from various tools.)
      But leaving that as is for now, since it is not clear how else we would find the project location.
      (new File(env.description().getTestClass().getProtectionDomain().getCodeSource().getLocation().toURI()).getParentFile() might work but it is pretty hacky.)
      2152cf47
    • Jesse Glick's avatar
      [FIXED JENKINS-18178] Reverting an inessential part of the fix of... · e0a3a1dd
      Jesse Glick authored
      [FIXED JENKINS-18178] Reverting an inessential part of the fix of JENKINS-16301 since it broke some Maven builds.
      Apparently the Maven 2 process factory fails to adequately insulate the Maven process from Jenkins library dependencies;
      if you specify a build extension that can override dependencies used by Jenkins core classes!
      A real fix would involve changing class loader delegation, since presumably similar bugs could still occur.
      e0a3a1dd
  4. Jul 24, 2013
  5. Jul 22, 2013
  6. Jul 19, 2013
  7. Jul 18, 2013
  8. Jul 17, 2013
  9. Jul 16, 2013
  10. Jul 15, 2013
  11. Jul 12, 2013
  12. Jul 11, 2013
  13. Jul 10, 2013
    • Jesse Glick's avatar
      [JENKINS-17728] Fixing another possible cause of an NPE. · 06c211c6
      Jesse Glick authored
      Unlike the bug I originally reproduced, in which the parent had some builds
      but the context in which the new build was scheduled omits a parent,
      this seems to be due to a case in which there is no build record at all for the parent.
      No idea how that could happen (getLastBuild should return even a running, failed, or aborted build),
      but @treydock reports a stack trace in 1.509.2 which implies this.
      So fixing null safety; will not prevent an exception but will report it more gracefully.
      06c211c6
  14. Jul 06, 2013
  15. Jul 04, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-18585] · 059e6081
      Kohsuke Kawaguchi authored
      The earlier fix by @ssogabe broke the test. This fix corrects the
      problem properly.
      
      The reason this error happens with some plugins is that if there's an
      input field whose name is "on", then even after prototype.js extends
      an element object, "form.on" will refer to the input element, not the
      prototype.js function to add an event handler.
      059e6081
  16. Jul 03, 2013
  17. Jul 02, 2013
  18. Jun 29, 2013
  19. Jun 27, 2013
  20. Jun 26, 2013
  21. Jun 25, 2013
  22. Jun 24, 2013
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-15437] · d3575548
      Kohsuke Kawaguchi authored
      The exception handler ended up adding almost all the headers again,
      resulting in a lot of duplicate headers.
      
      Most critically, stapler was adding "Content-Encoding" header twice,
      breaking browsers.
      d3575548
  23. Jun 21, 2013