- Jun 11, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 03, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 31, 2013
-
-
Jesse Glick authored
Suppressing some known-good instances of an idiom otherwise warned about by NetBeans plugin for Jenkins.
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 30, 2013
-
-
Jesse Glick authored
Fix polish translations
-
Jesse Glick authored
Bump mailer version to 1.5
-
- May 29, 2013
-
-
Lukasz Jader authored
-
Oliver Gondža authored
-
Jesse Glick authored
-
Jesse Glick authored
-
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
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- May 28, 2013
-
-
Jesse Glick authored
https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/896/testReport/junit/hudson.tools/ToolLocationNodePropertyTest/testFormRoundTrip/ java.lang.NoClassDefFoundError: Could not initialize class hudson.model.ComputerSet at jenkins.model.Jenkins.getComputer(Jenkins.java:1107)
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-18024] Avoid NPE when checking if reason why in the queue has been changed
-
Jesse Glick authored
Use NOTBUILT rather than GREY when a job has not yet been built +1 from @kutzi and no comment from @kohsuke, so I hope this is uncontroversial.
-
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.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-