- Apr 06, 2012
-
-
Christoph Kutzinski authored
Added testcase and changelog for JENKINS-13214. The actual fix is in 7fba6527
-
Christoph Kutzinski authored
Revert "[FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show incorrect value when a test suite divided into multiple junit files" This reverts commit 05937f53.
-
- Apr 05, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 04, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This provides generic consumer of ToolInstallation to expose ToolInstallation to the build.
-
Kohsuke Kawaguchi authored
-
- Apr 03, 2012
-
-
Kohsuke Kawaguchi authored
made sure that even if a bug similar to what was just fixed in the previous commit re-surfaces, we still won't kill the master JVM by eating its memory
-
Kohsuke Kawaguchi authored
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.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 02, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Vojtech Juranek authored
Commented out getActions() as returns new copy of action list and thus breaks e.g. JUnitResultArchiver, which adds actions directly to the list (build.getActions().add(action)).
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
- Apr 01, 2012
-
-
Vojtech Juranek authored
Conflicts: changelog.html
-
Vojtech Juranek authored
-
Kohsuke Kawaguchi authored
The trick for backward compatibility is in the default implementation that grants View.READ to those who have access to items.
-
Kohsuke Kawaguchi authored
-
slavino authored
-
-
lvotypko authored
-
- Mar 31, 2012
-
-
Seiji Sogabe authored
-
Seiji Sogabe authored
-
- Mar 30, 2012
-
-
Richard Mortimer authored
Use a ping timeout of 3/4 of the ping interval instead of the default 4 minute timeout. This happens to workaround an issue in the remoting PingThread implementation which causes the ping to busy wait for the timeout period instead of keeping the channel alive.
-
- Mar 29, 2012
-
-
Andrew Bayer authored
Fixed JENKINS-13129: Updating built-in plugins doesn't work, the file doesn't get pinned and is overwritten on the next startup
-
Andrew Bayer authored
[FIX JENKINS-12994] Quiet period is blocking other jobs in queue
-
Olivier Lamy authored
Added another hyperlink to the console output of a blocked matrix build configuration. thanks
-
- Mar 28, 2012
-
-
Kohsuke Kawaguchi authored
There's some expected performance gain since people often deploy $JENKINS_HOME over NFS.
-