- Oct 30, 2014
-
-
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
-
-
Stephen Connolly authored
-
- 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.
-
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
-
- Oct 27, 2014
-
-
Oleg Nenashev authored
JENKINS-21160: update pom.xml to warn about mismatched args4j
-
Oleg Nenashev authored
[FIXED JENKINS-15252] Explain problems with CSRF protection
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
The original fix was made in 0c3d6709. In this fix, I'm also moving the code that creates LeftItem. It makes no sense that there's Item.cancel(Queue) and Queue.cancel(Item) and they do different things!
-
CloudBees DEV@Cloud authored
-
- Oct 26, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
In particular, this includes pull request #39 from Matt that handles '$class'
-
Jesse Glick authored
-
Craig Rodrigues authored
-
Jesse Glick authored
-
- Oct 25, 2014
-
-
Jesse Glick authored
Change the javadoc of UpstreamCause to be more accurate...
-
Matt Moore authored
-
- Oct 24, 2014
-
-
Daniel Beck authored
-
- Oct 23, 2014
-
-
James Nord authored
there is no such mothod getFullDisplayName in a TestObject - only getDisplayName Change-Id: Idd454be00a22ee3c93f661a3ee3ae322a25c271d
-
- Oct 21, 2014
-
-
Jesse Glick authored
Observed in a test against 1.480: … hudson.model.Executor run SEVERE: Unexpected executor death java.lang.NullPointerException at hudson.model.Computer.getNode(Computer.java:473) at hudson.slaves.SlaveComputer.getNode(SlaveComputer.java:177) at hudson.slaves.SlaveComputer.getRetentionStrategy(SlaveComputer.java:609) at hudson.slaves.SlaveComputer.taskCompleted(SlaveComputer.java:285) at hudson.model.queue.WorkUnitContext.synchronizeEnd(WorkUnitContext.java:140) at hudson.model.Executor.run(Executor.java:253)
-
- Oct 20, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Integrating 2.8 to really ensure SSLv2 is off (even when JDK supports that, and we haven't found any JDKs that do that)
-
- Oct 19, 2014
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-