- Mar 04, 2012
-
-
imod authored
define new extension point to define ProjectNamingStrategy and add two implementations: Default and Pattern
-
Kohsuke Kawaguchi authored
-
- Mar 03, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
jenkins.udpBroadcastThread to become ready?
-
Seiji Sogabe authored
-
Seiji Sogabe authored
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
-
- Mar 02, 2012
-
-
vjuranek authored
changed text once more to mention https
-
Alex Lehmann authored
-
vjuranek authored
Mention reverse proxy issues on javadoc for getRootUrlFromRequest
-
Alex Lehmann authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This reverts commit c188f116.
-
Kohsuke Kawaguchi authored
This change, in parallel to a fix in stapler bind.js, would maximize the backward compatibility.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
made to work with <textarea>s, too. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8172 71c3de6d-444a-0410-be80-ed276b4c234a
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This is an adopted version of 8b1e071d. Since 1.7 has a flag to disable this behaviour, I think a better fix is to disable this flag by default.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
I actually applied the diff from 6904bb61e31595b70260840937114e79a646da5d in keyboard-shortcuts-plugin
-
Kohsuke Kawaguchi authored
This still is slightly more robust than the original in the sense that it's not affected by the presence/absence of the trailing '/' in itUrl. ---------------------- Comment from @ohtake: getContextPath() will return "" if Jenkins is served at ROOT. Assume that getContextPath() => "", itUrl => "iturl" and urlName => "urlName", value returned was "/iturl/urlName", but is "iturl/urlName" (no slash at 0).
-
Kohsuke Kawaguchi authored
If we fail to obtain the update center metadata, don't keep retrying every 15 seconds, but use exponential time out to avoid overloading our server in case of a problem.
-
Kohsuke Kawaguchi authored
-
dty authored
done with post-production (as opposed to just done with build steps). Jobs that had long running tasks that occured in their post-production state, i.e., build wrappers, post-build steps, could get into the situation where a queued build would start running on an executor while the previous build was still running post-build actions. If the two executors shared the same workspace, the new build could delete information with a clean that the current build still needed for processing. - Changed AbstractProject.getCauseOfBlockage() to call isLogUpdated instead of isBuilding. core/src/main/java/hudson/model/AbstractProject.java - Added isLogUpdated. core/src/main/java/hudson/model/Job.java - Added test case. test/src/test/java/hudson/model/JobQueueTest.java - Change log changelog.html
-
Alex Lehmann authored
-
Alex Lehmann authored
-
- Mar 01, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Repository on our domain name would allow us to control redirection better. maven.glassfish.org being down makes this issue a higher priority. This is a permanent change --- even if m.g.o is back we won't be going back.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Jelly/Groovy views don't do this, but erb views from Ruby often do it, so better be robust. This is breaking J-on-J currently.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-