- Apr 24, 2014
-
-
Oliver Gondža authored
-
Daniel Beck authored
Instead, use a distance of 0.5x the width/height of the label. This improves appearance in combination with JENKINS-22688 for different font sizes.
-
Daniel Beck authored
-
Daniel Beck authored
-
Oliver Gondža authored
Debian postinst: check for present user/group before adding them
-
Jesse Glick authored
-
Jesse Glick authored
-
- Apr 23, 2014
-
-
Daniel Beck authored
-
- Apr 22, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
pending was null as soon as task started running, so it was possible that another thread submits the task and have that executed while the first one was still running
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This is in preparation of resolving dependencies within "List<URL> all"
-
Nicolas De loof authored
Fix issue where restart would not properly display username if user was not loaded.
-
Nicolas De Loof authored
-
Michael Prokop authored
In git commit 7216aab0 the check for present user was removed and therefore upgrading the Debian package on existing Jenkins installations fails. Also the newly added code for adding a configurable Jenkins group is missing a check for a possibly already present Jenkins group. Closes: JENKINS-22710
-
- Apr 21, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Fernando Boaglio authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 20, 2014
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
Excluded */empty.gif, which seem to be broken Conflicts: war/src/main/webapp/images/title.png
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This is a much simpler fix
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: core/pom.xml
-
Kohsuke Kawaguchi authored
Conflicts: core/src/main/java/hudson/model/UpdateCenter.java
-
Kohsuke Kawaguchi authored
- coding style was not matching the rest of Jenkins - IOUtils.closeQuietly is a lot more concise way of achieving the same thing. - AtomicFileWriter.abort() does close, so no need to close it one more time.
-
Kohsuke Kawaguchi authored
Queue length has to count individual SubTask, so that heavy weight jobs correctly provision required number of slaves through Cloud.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Bringing this to the parity with ParameterizedJobMixIn.doBuild() Instead of returning JSON, it returns "201 Created" and responds with the location of the queue item, through which the caller can track how it passes through the queue and eventually gets built/cancelled. The approach in pull request #750 that relies on AbstractProject.getQueueItem() is inherently unreliable, because item can be immediately built before the JSON is rendered, or it might corresponds to other queued items if the build supports concurrent builds, etc.
-