- Jan 05, 2012
-
-
Kohsuke Kawaguchi authored
The closures sent from the CLI client should carry over its authentication. Test is written in the SSH cli auth module.
-
- Jan 04, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Michael Smith authored
Add some indirection to allow the promoted-builds plugin's RedeployBatchTaskPublisher to override getMavenBuild() and return the promotion target's MavenModuleSetBuild object. Also requires a fix in promoted-builds. Signed-off-by: Michael Smith <msmith@cbnco.com>
-
Nolan Lawson authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
- I feel uncomfortable with a string field used as an enum. - I feel uncomfortable with parameters that have some restrictions about the way they can be combined. My change is bit more verbose but it uses less Jelly and I think it's more in line with the architecture.
-
Sami Tikka authored
1) Installer checks Java is installed before proceeding. It also tells how to get Java installed. 2) Installer opens http://localhost:8080 when installation is finished.
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-12119] rolling back a portion of 46998ba0446834de0c725c32b328ace7ce844f6a as this is binary incompatible change
-
Kohsuke Kawaguchi authored
-
- Jan 03, 2012
-
-
Brian Lalor authored
The ZipArchiver was visit()'d with a relative path that uses the system's path separator, but zip archives require a forward slash for platform compatibility. This fix replaces the platform-dependent File.separatorChar with a forward slash.
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
user name
-
Kohsuke Kawaguchi authored
-
- Dec 31, 2011
-
-
Christoph Kutzinski authored
-
Olivier Lamy authored
-
- Dec 27, 2011
-
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
- Dec 26, 2011
-
-
Kohsuke Kawaguchi authored
-
- Dec 25, 2011
- Dec 24, 2011
-
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
-
- Dec 20, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 17, 2011
-
-
Kohsuke Kawaguchi authored
Don't let the partially loaded Jenkins cause a possible data loss.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
At some point after this code was originally written, I/O in remoting became asynchronous. So we need to sync with that before we swap out the new log output stream, or else you cut off stuff at the wrong moment. Normally the command transfer in remoting is slow enough that you get more or less synchronized output anyway, which is why this poblem remained unnoticed. But if the uncliamed buffer gets large, write operation will take a long time, which makes this issue more likely to show up. This fix address this problem by doing a proper sync. The recycling of ByteArrayOutputStream is also disabled because it makes synchronization tricky.
-
- Dec 16, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 13, 2011
-
-
Vojtech Juranek authored
-
- Dec 12, 2011
-
-
Kohsuke Kawaguchi authored
-
- Dec 07, 2011
-
-
Costin Caraivan authored
configurations in the matrix.
-
- Dec 05, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 04, 2011
-
-
Christoph Kutzinski authored
-