- Apr 07, 2013
-
-
Seiji Sogabe authored
-
- Apr 06, 2013
-
-
Seiji Sogabe authored
-
Seiji Sogabe authored
-
Seiji Sogabe authored
-
Seiji Sogabe authored
[FIXED JENKINS-17451] "projects tied to slave" shows unrelated maven module jobs. shows TopLevelItem only.
-
- Apr 05, 2013
-
-
Vojtěch Juránek authored
[FIXED JENKINS-14067] Polish localization breaks permalink descriptions
-
Vojtěch Juránek authored
[FIXED JENKINS-15365] Invalid translation
-
Harald Albers authored
fixed invalid format string
-
- Apr 04, 2013
-
-
Harald Albers authored
-
Jesse Glick authored
[FIXED JENKINS-16942] SecretRewriterTest failure on Windows 7
-
Jesse Glick authored
Root cause seems to be broken serial form of FingerprintAction, probably caused by lazy loading.
-
- Apr 03, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Also provide proper overrides of ParameterValue.getShortDescription, rather than delegating to toString.
-
- Apr 02, 2013
-
-
Kohsuke Kawaguchi authored
As I mentioned in the comment, I doubt if this makes any behaviour change, but this seems like a sensible defensive measure that wouldn't hurt.
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
[FIXED JENKINS-7970] JUnit result archiver should only fail builds if there are really no results - i.e. also no skipped tests.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 29, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
Otherwise your disk will fill up with (large) /tmp/hudson*tmp/ dirs when running plugin tests. (Would have been better to use e.g. TemporaryFolder, but that would require incompatible changes to the test harness.)
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
In particular, explain how to free an external resource when a slave is gone.
-
Kohsuke Kawaguchi authored
If for some reason the numExecutors field gets out of sync with executors.size() (for example this can happen if an executor swallowed an interrupt signal without properly processing it), then a further attempt to call setNumExecutors(n) results in a no-op. Given that these things can get out of sync, a smarter thing to do is to always compare where we are (the "executors" variable) and where we'd like to be (numExecutors), and make corrective actions. This particularly affects a zombie computer. The sequence to kill a Computer first involves waiting for all the executors to quit. If setNumExecutors(0) becomes no-op, a zombine computer never gets killed.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 28, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
This broke the context menu for actions contributed via TransientComputerActionFactory (at least).
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
To reproduce SUREFIRE-974 prior to this fix, pick an arbitrary group class to (not) exclude: mvn -f test/pom.xml -Dtest=CoreJellyTest -DexcludedGroups=hudson.ExtensionPoint test
-
Kohsuke Kawaguchi authored
-