- Oct 27, 2014
-
-
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 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>
-
Oleg Nenashev authored
[FIXED JENKINS-19017] - FileParameter - Handle non-null file parameters as different values
-
- Oct 18, 2014
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Daniel Beck authored
-
- Oct 17, 2014
-
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Kohsuke Kawaguchi authored
A truly conforming servlet 3.0 container does not allow us to set "secure cookie" flag beyond ServletContextListener.onInitialized(). If we see that, don't scare the users.
-
- Oct 16, 2014
-
-
Jesse Glick authored
Annotated hudson.model.User methods
-
Oleg Nenashev authored
Changed wording for command line message.
-
Oleg Nenashev authored
Updating javadoc after struggling to add action to nodes
-
Stephen Connolly authored
-
Stephen Connolly authored
- If there are any files in `$JENKINS_HOME/update-center-rootCAs` that are not ending in `.txt` and are not valid certificates, do not blow up the entire certificate checking (and hence the ability to see updates or tool installers) but rather ignore those files and warn the user that the file should not be there. The correct thing to do is only use as trusted certificates those certificates that parse. - Also fix resource leak
-