- Mar 10, 2011
-
-
Kohsuke Kawaguchi authored
- AbstractProject.getBuildingUpstream/getBuildingDownstream() should be symmetric. - It's unlikely for us to add another category of items, so reverted getUnblockedItems() implementation to the older one that was more efficient. - ItemList was meant to be internal, so keep it as such, at least for now.
-
- Mar 09, 2011
-
-
Robert Elliot authored
Changed logic to build list of unblocked items in the queue safely so it will not break if a new category of queue items is added
-
Robert Elliot authored
[FIXED JENKINS-8929] Changed the definition of a building downstream project to one that is Building, Waiting, Pending or Buildable but NOT blocked. This prevents the deadlock condition where upstream project A is blocked on downstream project B, which is blocked on upstream project A - now in this scenario B will remain blocked but A will build, eventually freeing up B.
-
Kohsuke Kawaguchi authored
-
- Mar 08, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
alanharder authored
items, which upgrades the versions used for maven-hpi-plugin, maven-stapler-plugin and maven-localizer-plugin
-
alanharder authored
-
- Mar 07, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Olivier Lamy authored
upgrade to maven 3.0.3 (will prevent issue when pom parsing phase : http://jira.codehaus.org/browse/MNG-4963)
-
- Mar 06, 2011
-
-
Kohsuke Kawaguchi authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
take care about using settings from the remote node
-
- Mar 04, 2011
-
-
Andrew Bayer authored
If you had two clouds and only the second one could provision a label, it'd never get that far - check to see if a cloud can provision a label before trying to do so.
-
- Mar 03, 2011
-
-
alanharder authored
-
alanharder authored
-
alanharder authored
-
alanharder authored
-
Kohsuke Kawaguchi authored
-
alanharder authored
-
alanharder authored
-
alanharder authored
-
alanharder authored
-
- Mar 02, 2011
-
-
Kohsuke Kawaguchi authored
I wasn't initially planning to do this, but it turns out more people needed this feature than I thought. I left the text as is, but defined a mechanism to override this in the plugin, in a possibly context sensitive way. For example, a plugin can replace this text on a job-by-job basis, or by looking at some property/builder/etc.
-
- Mar 01, 2011
-
-
Kohsuke Kawaguchi authored
-
Stuart McCulloch authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
While the original report is in https://cloudbees.zendesk.com/tickets/427, this fix also takes care of JENKINS-4220.
-
Seiji Sogabe authored
[FIXED JENKINS-8917] Plugin Manager incorrectly displays "Changes will take effect when you restart Jenkins".
-