- Mar 01, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-17025] NPE when checking if the executor is interrupted
-
Joel Johnson authored
29426012 introduced an NPE. If a project implements Queue.FlyweightTask, build.getExecutor() returns null. This prevents any flyweight build from finishing successfully.
-
Olivier Lamy authored
[JENKINS-17016] Fix Spanish translations Thanks
-
Galo Navarro authored
Correct Spanish grammar and orthography in various Spanish translation files.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
The compiler used to compile src/test/java/**/*.groovy seems to produce a reference to org.codehaus.groovy.transform.powerassert.ValueRecorder, while our Groovy runtime appears to contain org.codehaus.groovy.runtime.powerassert.ValueRecorder. I suppose the proper fix is to somehow run Groovy 1.8 compiler, but this fix adds the necessary code to the classpath.
-
Kohsuke Kawaguchi authored
Added backward compatible data loader and a corresponding test case.
-
Kohsuke Kawaguchi authored
HyperlinkNote shouldn't emit the absolute URL.
-
Kohsuke Kawaguchi authored
This change is originally from pull request #682.
-
Pei-Tang Huang authored
-
Vojtech Juranek authored
-
Kohsuke Kawaguchi authored
For a reason similar to ded37a2b, better to run with non empty context path.
-
- Feb 28, 2013
-
-
Kohsuke Kawaguchi authored
This helps us catch a typical error of not using ${rootURL} or getContextPath() where needed.
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
[JENKINS-15156] Missing call to onCreatedFromScratch caused failures in MatrixProjectTest (when run from Surefire at least).
-
- 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
-