- Jan 15, 2014
-
-
Jonathan A. Sternberg authored
When downloading a zip file with all of the artifacts, file descriptors would be opened and never closed. This resulted in many leaked file descriptors which would only be cleaned up the next time the garbage collector was run. For directories with a large number of files, the zip file would be corrupted because an exception was thrown during the process of creating the zip file when the process ran out of file descriptors. Jenkins was then left in a very brittle state as random threads wouldn't be able to open files or sockets anymore until the garbage collector was run.
-
- Jan 14, 2014
-
-
Stephen Connolly authored
[FIXED JENKINS-21371] Enhance SecurityRealm API to support queries of the group membership
-
Stephen Connolly authored
-
- Jan 13, 2014
-
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jan 12, 2014
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
- Jan 11, 2014
-
-
Harald Albers authored
-
Jesse Glick authored
-
- Jan 10, 2014
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
Add tests
-
Oliver Gondža authored
Method getComputers() does not return computers for label expressions.
-
Olivier Lamy authored
Use -Djava.awt.headless=true on Debian service
-
Peter Russell authored
I installed the Jenkins Debian package, and later installed an XServer (XVFB). The graphs of test results etc. were replaced by an image suggesting that I add this flag to the JVM commandline. I don't see any reason why this shouldn't always be present on Debian systems.
-
- Jan 09, 2014
-
-
CloudBees DEV@Cloud authored
-
Harald Albers authored
purged some messages that are obsolete since 06514d25 localized redirect message
-
Jesse Glick authored
[FIXED JENKINS-18694] Generalizing fix of JENKINS-18678 to include also rename of parent folders, taking advantage of JENKINS-18028 API.
-
Jesse Glick authored
[JENKINS-18224] Relaxing type parameter restriction on TransientActionFactory since useful mixin interfaces like Item do not extend Actionable.
-
Jesse Glick authored
[JENKINS-18224] TransientActionFactory
-
Stephen Connolly authored
[FIX JENKINS-21303] There is a NPE here that can and does happen for real when an aggresive slave retention strategy interacts with post build triggers that want to do token macro expansion
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-18224] Introduced Actionable.replaceAction, allowing getActions() to be deprecated except for subclasses.
-
Jesse Glick authored
-
Jesse Glick authored
Better for SecurityListener.authenticated to take a UserDetails, since some implementations (as for AD) may have additional information.
-