- Mar 06, 2011
-
-
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
-
- 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".
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Kohsuke Kawaguchi authored
the master.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 20, 2011
-
-
James Nord authored
Set M2_Home for maven builds and add maven to the path so if the build needs to run maven from maven (or maven from ant from maven) it can.
-
- Feb 28, 2011
-
-
Olivier Lamy authored
-
Tomer Cohen authored
-
Kohsuke Kawaguchi authored
Conflicts: maven-plugin/pom.xml plugins/pom.xml ui-samples-plugin/pom.xml
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 27, 2011
-
-
Kohsuke Kawaguchi authored
Otherwise plugin classes won't resolve.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 26, 2011
-
-
Nigel Magnay authored
${param} param = http://host/job/foo/14 If you just wanted the name ('foo') or the number (14) as an expansion, you're forced to re-tokenise it somehwere else such as a script. Add 2 extra environment vars: param.jobName = foo param.number = 14 Signed-off-by: Nigel Magnay <nigel.magnay@gmail.com>
-