- Feb 27, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Pei-Tang Huang authored
d62e95a9.
-
Jesse Glick authored
b5ed3199 already caught linkage errors but then unconditionally returned false from Util.isSymlink, which is wrong; we want to fall back to the generic File.canonicalPath comparisons in this case.
-
Jesse Glick authored
-
Vojtech Juranek authored
-
vjuranek authored
Add run display name as an environment variable when RunParameter is used as a parameter.
-
vjuranek authored
Url with contextPath for non-standalone installs.
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
https://github.com/lvotypko/jenkinsVojtech Juranek authored
Conflicts: core/src/test/java/hudson/UtilTest.java
-
Ignacio Albors authored
-
Nicolas De Loof authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 26, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
There are several incompatibilities in XStream 1.4 that resulted in our changing the core, but according to the text search on all the public plugins, none of these changes affect the 600+ plugins we have today. However, it is still possible that there are some parts of XStream 1.3 that plugins depend on but the core doesn't depend on --- we won't be able to tell those problems at this point.
-
Kohsuke Kawaguchi authored
-
- Feb 25, 2013
-
-
Jesse Glick authored
-
Peter Hayes authored
target run's display name. The environment variable will be named <PARAM_NAME>_NAME and will contain the display name of the target build.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Not sure what has happened --- perhaps some of the markers were off and that confused the update script? Will need to watch out for the next RC run.
-
Jesse Glick authored
Add/update Chinese (traditional) translation.
-
Jesse Glick authored
-
- Feb 24, 2013
-
-
Daniel Khodaparast authored
Fixed French Translation
-
Logan Gorence authored
-
Olivier Lamy authored
-
- Feb 23, 2013
-
-
Pei-Tang Huang authored
-
-
Christoph Kutzinski authored
Fixes: Maven2 builds with non-standard test mojos failed.
-
Kohsuke Kawaguchi authored
Added the -noCertificateCheck option (the option name is consistent with the slave.jar) that lets users bypass the HTTPS certificate check. This allows trivial man-in-the-middle attack, so HTTPS will no longer be HTTPS.
-
Jesse Glick authored
JUnit 4 broadly supported; no reason to keep a separate junit4 root just for UseRecipesWithJenkinsRuleTest.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Feb 22, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now to send a POST request. Currently just shows a hover notification; TBD if there are use cases for displaying the response.
-