- Nov 03, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Oliver Gondža authored
Adjust my prior change to better utilize structured form submission...
-
- Nov 02, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Nov 01, 2014
-
-
Matt Moore authored
-
- Oct 30, 2014
-
-
Matt Moore authored
Adjust my prior change to better utilize structured form submission to accomodate a plugins that are not using p:config-assignedLabel
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Matt Moore authored
Adjust my prior change to better utilize structured form submission to accomodate a few plugins that are improperly submitting data through this processing logic
-
- Oct 29, 2014
-
-
Craig Rodrigues authored
JNAerator ( https://code.google.com/p/jnaerator/ ) was helpful for generating the Java code from the C struct.
-
Stephen Connolly authored
-
Craig Rodrigues authored
Remove fields which are not part of struct _SHELLEXECUTEINFO.
-
- Oct 28, 2014
-
-
Jesse Glick authored
fromExternalizableId should just return null, not throw IAE, if the job has since been renamed/move/deleted. (It could already return null if the run has since been deleted; #1264 failed to mark this properly.) Reserving IAE for inputs that getExternalizableId could not actually have produced, and making sure to also throw this in case of non-numeric text after the hash. Adding Javadoc for both methods.
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Stephen Connolly authored
- Yet more interrupting bad patterns, especially where we expect the node monitor to take up to 30 seconds to complete if an async variety
-
Stephen Connolly authored
Prevent a storm of node monitor updates when there is a storm of nodes coming on line within 1 second - The old code would result in multiple triggered updates, with corresponding interrupts of in-progress updates when faced with lots of slaves coming on line within 1 second of each other. - New code will ensure that one and only one of the scheduled tasks (i.e. the last one) will trigger the updates.
-
Stephen Connolly authored
-
Stephen Connolly authored
Refactor NodeProvisioner to allow for extension of strategies
-
Kohsuke Kawaguchi authored
... as it grants access to the JVM internals of the master in the same Groovy scripts do.
-
- Oct 27, 2014
-
-
Oleg Nenashev authored
JENKINS-21160: update pom.xml to warn about mismatched args4j
-