Skip to content
  1. Dec 11, 2013
  2. Dec 03, 2013
  3. Dec 02, 2013
  4. Dec 01, 2013
  5. Nov 30, 2013
    • Mark Waite's avatar
      Fix javadoc warnings in Run.java · fa89117a
      Mark Waite authored
      ProcessTree was referenced without being imported.  Added the import.
      
      ArtifactManager.load() method was referenced but doesn't exist.
      fa89117a
  6. Nov 28, 2013
  7. Nov 26, 2013
  8. Nov 25, 2013
  9. Nov 23, 2013
  10. Nov 22, 2013
  11. Nov 21, 2013
  12. Nov 20, 2013
    • Jesse Glick's avatar
      5517471b
    • 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
Loading