Skip to content
  1. Nov 20, 2013
    • Jesse Glick's avatar
      Merge branch 'fork_fix-nas-exception2' of github.com:marco-miller/jenkins into... · a0e19f14
      Jesse Glick authored
      Merge branch 'fork_fix-nas-exception2' of github.com:marco-miller/jenkins into marco-miller-fork_fix-nas-exception2
      a0e19f14
    • Jesse Glick's avatar
      Better null safety. · 6586d779
      Jesse Glick authored
      Defense against an exception consistently thrown when running functional tests against 1.532.1 (but not 1.540, for whatever reason):
      … hudson.PluginWrapper stop
      WARNING: Failed to shut down …
      java.lang.NullPointerException
      	at jenkins.model.Jenkins.lookup(Jenkins.java:3898)
      	at hudson.PluginWrapper.getPlugin(PluginWrapper.java:287)
      	at hudson.PluginWrapper.stop(PluginWrapper.java:377)
      	at hudson.PluginManager.stop(PluginManager.java:650)
      	at org.jvnet.hudson.test.TestPluginManager.reallyStop(TestPluginManager.java:129)
      	at org.jvnet.hudson.test.TestPluginManager.access$000(TestPluginManager.java:55)
      	at org.jvnet.hudson.test.TestPluginManager$1.run(TestPluginManager.java:140)
      6586d779
    • Jesse Glick's avatar
      Do not throw Error for a recoverable condition. · 90395ee6
      Jesse Glick authored
      In this case, someone tried to add an element to a persisted list, and it was added in memory but the configuration could not be saved.
      Unclear whether that should even be treated as an error condition (the write failure might be transient, and a subsequent write would store the addition),
      but if it should be then we should throw a simple runtime exception.
      90395ee6
    • Harald Albers's avatar
      Merge pull request #1022 from synopsys-arc-oss/russian-localization-fix · aa554ea5
      Harald Albers authored
      Cleanup of Russian translation ...
      aa554ea5
    • Kohsuke Kawaguchi's avatar
      [JENKINS-20618] · 06bdbed5
      Kohsuke Kawaguchi authored
      Added a patched version of jzlib from
      https://github.com/kohsuke/jzlib/tree/jzlib-1.1.3-kohsuke-1 to better
      understand the deflate problem.
      06bdbed5
  2. Nov 19, 2013
  3. Nov 18, 2013
  4. Nov 17, 2013
  5. Nov 16, 2013
Loading