- Mar 25, 2013
-
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-7291] Permit flyweight tasks to run on master even when it has zero configured executors. Always adding Computer for master as a fallback The original proposed fix for JENKINS-7291 creates a Computer object transitively. This seems unwise as it violates the design of Computer as stated in the javadoc, and for example we can end up creating two Computers for the master. I think a better fix is to create a Computer for the master all the time, even if there's no executors configured. The discrimination in Queue.makeBuildable would ensure that such phantom Computer is only used as a last resort (statistically speaking). I've also tweaked executors.jelly a bit. I simplified it somewhat based on the idea that "if there's only one computer to show, the context is likely making it obvious". (I must be missing the intricacy in the current code.) Originally developed in a branch at 2c5b57fcc1f39ed39057254e802f4183db5aa0dc then squashed for clarity.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
as I was playing with it to understand what those logics mean.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Pei-Tang Huang authored
aa432839.
-
Pei-Tang Huang authored
d8b29df3.
-
Pei-Tang Huang authored
f6a2f64b.
-
Pei-Tang Huang authored
5537213f.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 24, 2013
-
-
Seiji Sogabe authored
-
- Mar 23, 2013
-
-
Seiji Sogabe authored
updated online help for concurrent builds
-
Jesse Glick authored
-
mspring authored
added to online help about concurrent builds: a paragraph about using the hudson.slaves.WorkspaceList system property for configuring the separator
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17331] PerJobLocalRepositoryLocator should prefer the MavenModuleSetBuild.workspace for single-module builds.
-
Kohsuke Kawaguchi authored
-
- Mar 22, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Seiji Sogabe authored
-
Vojtech Juranek authored
-
vjuranek authored
[FIXED JENKINS-17084] Changelog should produce output even if some chang...
-
vjuranek authored
[FIXED JENKINS-17128] Unquote labels before processing
-
Jesse Glick authored
-