- Jun 06, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-17125] FingerprintAction no longer need persist the build field thanks to new RunAction2.
-
- Jun 05, 2013
-
-
Jesse Glick authored
-
- Jun 03, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 31, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 29, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-15652] “Solving” errors by just return null from ALLRM.search and reducing to one-line warnings. @kohsuke confirms that the intent of throwing AIOOBE was to track down definite code errors; but in at least some known occurrences of this bug, the problem is invalid data: build records on disk with <number>s that are duplicated and/or out of order. Since that violates the precondition of the class, we do not pretend to successfully search for such records. At some point it would make sense to have the code detect anomalous conditions and initiate a builds folder cleanup. Take only the last build of a given number, and discard any earlier with higher number. I.e. just set <number> to 0 or something and ignore such builds, or rename build.xml to build-broken.xml.
-
Jesse Glick authored
-
- May 28, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Note that when workaround is active, table will not get sorted properly. Probably OK since tables with large contents that *need* sorting probably take longer to finish rendering.
-
Jesse Glick authored
[FIXED JENKINS-18118] Introduced UserAvatarResolver.resolveOrNull to properly produce fallback icon URL.
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
-
- May 24, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-18074] Avoid clearing AbstractItem.displayName when the new parent ItemGroup is different.
-
- May 23, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 21, 2013
-
-
Jesse Glick authored
-
- May 20, 2013
-
-
Kohsuke Kawaguchi authored
-
- May 19, 2013
-
-
Kohsuke Kawaguchi authored
-
- May 17, 2013
-
-
Jesse Glick authored
-
- May 16, 2013
-
-
Donny Nadolny authored
-
- May 15, 2013
-
-
Jesse Glick authored
-
- May 13, 2013
-
-
Jesse Glick authored
Amends lvotypko’s 33e0df78 to be as careful as bdff4254 + f65da7f9 + 10e9b002 for persistent actions.
-
Jesse Glick authored
-
- May 10, 2013
-
-
imod authored
-
- May 08, 2013
-
-
Kohsuke Kawaguchi authored
-
- May 07, 2013
-
-
Oliver Gondža authored
Based on the work of Michael Elkin [1]. [1] https://issues.jenkins-ci.org/secure/attachment/20588/0001-tag-1.414-for-parameters-in-multiconfig-filters.patch
-
Kohsuke Kawaguchi authored
-
- May 06, 2013
-
-
Olivier Lamy authored
changelog entry for JENKINS-17858
-
Olivier Lamy authored
changelog entry for JENKINS-17723
-
- May 02, 2013
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
[FIXED JENKINS-17681] Do not try to call resolveSymlink on a nonexistent link as you will just get an IOException, breaking peephole permalinks in some Windows environments.
-
Kohsuke Kawaguchi authored
-
- May 01, 2013
-
-
Jesse Glick authored
-
- Apr 30, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-17775] Find (model) parent POMs properly during fingerprint recording at end of build.
-