1. 19 8月, 2013 1 次提交
  2. 22 7月, 2013 1 次提交
  3. 21 7月, 2013 1 次提交
  4. 19 7月, 2013 1 次提交
  5. 15 7月, 2013 3 次提交
  6. 08 6月, 2013 1 次提交
    • K
      [FIXED JENKINS-15120] · f7330d7a
      Kohsuke Kawaguchi 提交于
      - integrated the newer release of remoting
      - jar caching won't work with class file directory, so plugin
        WEB-INF/classes are now exploded as WEB-INF/lib/classes.jar
        (This should also solve the problem of slow plugin extraction in the
        presene of Anti-virus software on Windows.)
      - because the structure of the exploded jar file has changed, I changed
        the up-to-date check timestamp file name to force re-extraction in
        existing installations.
      f7330d7a
  7. 07 6月, 2013 1 次提交
    • K
      Added PlexusModuleContributor extension point. · ff91381b
      Kohsuke Kawaguchi 提交于
      This came up with a conversation with JFrog folks who neede to insert a
      custom Plexus component to tweak the behaviour.
      
      This scheme allows the caller to insert additional jar files into the
      Maven process.
      ff91381b
  8. 17 2月, 2013 1 次提交
  9. 29 1月, 2013 1 次提交
  10. 05 1月, 2013 1 次提交
  11. 22 12月, 2012 3 次提交
  12. 11 4月, 2012 1 次提交
  13. 10 4月, 2012 4 次提交
  14. 03 4月, 2012 1 次提交
    • K
      Fixed a bug that results in unbounded memory consumption in SplittableBuildListener side buffer. · d457c3a8
      Kohsuke Kawaguchi 提交于
      Previously, a forked life cycle resulted in MavenBuildProxy2.start/end callbacks. When a module X build forks a life cycle and comes back to building module X, end callback from the fork completion made Jenkins believe that it's not building any module, when Maven is actually coming back to building module X.
      
      So if the sequence of mojos that follow the forked mojo produces a lot of output, it can saturate memory (and even if it doesn't, Jenkins fails to capture the entire log for a module.)
      
      This fix also addresses the synchronization problem, so that when we do split the log, we make sure all the output from Maven prior to that indeed arrived to the master.
      d457c3a8
  15. 31 12月, 2011 1 次提交
  16. 23 12月, 2011 3 次提交
  17. 17 12月, 2011 3 次提交
  18. 19 11月, 2011 1 次提交
  19. 27 10月, 2011 2 次提交
  20. 08 10月, 2011 2 次提交
  21. 04 10月, 2011 1 次提交
  22. 25 8月, 2011 1 次提交
  23. 07 8月, 2011 1 次提交
  24. 23 7月, 2011 3 次提交
  25. 03 7月, 2011 1 次提交