1. 07 12月, 2012 1 次提交
  2. 06 12月, 2012 5 次提交
    • J
      e7f56d3d
    • J
      Introduced MockFolder for testing. · a8ba1162
      Jesse Glick 提交于
      a8ba1162
    • J
      e4ca47e9
    • J
      @since · 7979a534
      Jesse Glick 提交于
      7979a534
    • J
      Diagnosis of an NPE probably caused by a transient slave connection error. · 554d9d55
      Jesse Glick 提交于
      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
  3. 05 12月, 2012 7 次提交
  4. 04 12月, 2012 1 次提交
    • J
      [FIXED JENKINS-13536] Using file parameters could cause build records to not load. · 4dde24e6
      Jesse Glick 提交于
      Solves the issue for newly created builds by not attempting to persist the original file upload record, which is useless after the build has run (the fileParameters dir in the build already archives them).
      Does not help loading pre-fix builds in which the upload temp file has been deleted; for these, you must manually delete <file class="org.apache.commons.fileupload.disk.DiskFileItem" serialization="custom">…</file> from the build.xml.
      (Did not find a straightforward way to just instruct XStream to ignore this bit of XML: it is easy to avoid serializing a field, but deserializing is different.)
      4dde24e6
  5. 03 12月, 2012 6 次提交
  6. 01 12月, 2012 3 次提交
  7. 30 11月, 2012 3 次提交
  8. 29 11月, 2012 5 次提交
  9. 28 11月, 2012 9 次提交