- Mar 11, 2011
-
-
Olivier Lamy authored
-
-
Olivier Lamy authored
-
Olivier Lamy authored
Submitted by Marco Rothe
-
- Mar 10, 2011
-
-
Olivier Lamy authored
-
Paul Weiss authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
- Pass TaskListener to enable listeners to report what they are doing - Added another callback to report a failure
-
Tom Rini authored
These changes allow for a Node to check configuration values and potentially veto bringing up a Node that is otherwise in demand. For example the Lab Manager plugin could be extended to allow for only 5 slaves in a given cloud to be online at given time. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-
Kohsuke Kawaguchi authored
-
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
-
-
Nigel Magnay authored
It is useful to be able to pass parameters in the form of -Doption=${THING} to the maven builds. The new token-macro-plugin stuff from KK is ideal for this. To get the actual parameters through to the launch commandline requires some adjustments to the Launcher API, because it is not aware of the build itself, which is neccessary to do the options expansion. So instead pass these through to the launcher itself. If the token-macro-plugin is not installed, the behaviour remains as before. Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
-
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
-