Skip to content
  1. Dec 06, 2012
  2. Dec 05, 2012
    • Jesse Glick's avatar
      @since · 7979a534
      Jesse Glick authored
      7979a534
    • Jesse Glick's avatar
      Diagnosis of an NPE probably caused by a transient slave connection error. · 554d9d55
      Jesse Glick authored
      java.lang.NullPointerException
      	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:104)
      	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
      	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
      	at com.cloudbees.hudson.plugins.modeling.impl.builder.BuilderImpl.perform(BuilderImpl.java:58)
      	at hudson.plugins.m2extrasteps.M2ExtraStepsWrapper.executeBuildSteps(M2ExtraStepsWrapper.java:166)
      	at hudson.plugins.m2extrasteps.M2ExtraStepsWrapper.access$200(M2ExtraStepsWrapper.java:43)
      	at hudson.plugins.m2extrasteps.M2ExtraStepsWrapper$1.tearDown(M2ExtraStepsWrapper.java:137)
      	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:817)
      	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:490)
      	at hudson.model.Run.run(Run.java:1442)
      	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:239)
      554d9d55
    • Olivier Lamy's avatar
      Merge pull request #639 from vjuranek/surefire_gc · 90b0f29e
      Olivier Lamy authored
       Allow gc to remove test results from memory in more proper way
      90b0f29e
    • vjuranek's avatar
      Merge pull request #638 from kraai/master · 05225afb
      vjuranek authored
      Fix escaping on builds' REST API page
      05225afb
    • Vojtech Juranek's avatar
    • Vojtech Juranek's avatar
      Revert 4440e0f4 · b0a39275
      Vojtech Juranek authored
      It breaks some already fixed issues like JENKINS-1557
      b0a39275
    • Olivier Lamy's avatar
      Merge pull request #637 from vjuranek/surefire_gc · 609a1db6
      Olivier Lamy authored
      Allow gc to remove test results from memory as these can consume a lot o...
      609a1db6
    • Matt Kraai's avatar
      Fix escaping on builds' REST API page · ac06043f
      Matt Kraai authored
      The "Accessing Progressive Console Output" section of builds' REST API
      page is displayed incorrectly.  It should contain "<pre>", but the
      "&lt;" is replaced by a less-than sign.  This causes a <pre> tag to be
      applied to the rest of the section.  Change the & to &amp; to prevent
      this.
      ac06043f
  3. Dec 04, 2012
  4. Dec 03, 2012
  5. Dec 02, 2012
  6. Dec 01, 2012
  7. Nov 30, 2012
  8. Nov 29, 2012
  9. Nov 28, 2012
  10. Nov 27, 2012
Loading