1. 11 9月, 2012 5 次提交
  2. 10 9月, 2012 9 次提交
  3. 09 9月, 2012 6 次提交
  4. 08 9月, 2012 3 次提交
    • K
    • K
      improve the error handling · 285a508b
      Kohsuke Kawaguchi 提交于
      285a508b
    • K
      don't let broken RunListener take down the execution. · 4942f66a
      Kohsuke Kawaguchi 提交于
      Based on the following exception we observed:
      
      Aug 31, 2012 1:41:05 PM hudson.model.Executor run
      SEVERE: Executor threw an exception
      java.lang.NoClassDefFoundError: hudson/plugins/promoted_builds/JobPropertyImpl
      	at org.jenkins.plugins.appaloosa.AppaloosaRunListener.onCompleted(AppaloosaRunListener.java:47)
      	at org.jenkins.plugins.appaloosa.AppaloosaRunListener.onCompleted(AppaloosaRunListener.java:42)
      	at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:178)
      	at hudson.model.Run.run(Run.java:1458)
      	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:481)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:238)
      4942f66a
  5. 06 9月, 2012 10 次提交
  6. 05 9月, 2012 3 次提交
  7. 04 9月, 2012 4 次提交