- Aug 05, 2015
-
-
Vincent Latombe authored
Factor tcpSlaveAgentListener logic to a single method able to shutdown existing listener if required, then launch a new one if it needs to. Also, the administrative monitor gets cleared if we had previously a taken port and changed to a valid port.
-
- Aug 04, 2015
-
-
Nicolas De Loof authored
few chances there’s another implementation but if one exists Function.isWindows would probably be wrong implementation
-
Oliver Gondža authored
Avoid "EmptyStackException: null" in Items#getCanonicalName
-
Nicolas De loof authored
Make it easier to determine Computer is Unix or Windows
-
Nicolas De Loof authored
-
Oliver Gondža authored
-
- Aug 03, 2015
-
-
Jesse Glick authored
[JENKINS-26147] New home for BUILD_NOW_TEXT
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 01, 2015
-
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jul 31, 2015
-
-
Jesse Glick authored
Deleting bogus class ExceptionInterruption
-
Jesse Glick authored
This reverts commit 68b383e0.
-
Jesse Glick authored
Reduce logging level
-
- Jul 30, 2015
-
-
Jesse Glick authored
-
- Jul 29, 2015
-
-
Oliver Gondža authored
Null safety for hudson.model.Result
-
Daniel Beck authored
-
- Jul 27, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 25, 2015
-
-
Kohsuke Kawaguchi authored
-
- Jul 23, 2015
-
-
Oliver Gondža authored
-
James Nord authored
Use log4j-bridge of slf4j and dont ship log4j.
-
Stephen Connolly authored
- 252e1296 doesn't work for all cases as there are code paths where a pending launch can be removed from the pending list and not have spent() called. - There was no reason for iterating the list twice anyway, as all of this takes place with the locks held - My notifying each one as we process, if there is an Error, we will not leave any stranded. The next run through, if there is one, will cover those instances.
-
Kohsuke Kawaguchi authored
... as a control case in the master branch to ensure the changes in the config-ui-changes do not break its behaviour.
-
- Jul 22, 2015
-
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Stephen Connolly authored
- They have been removed from the pendingLaunches, so once we leave this method we have no reference to them - Arguably the call to spent should take place when removing from the pendingLaunches, but that would change the method contract
-
- Jul 20, 2015
-
-
Craig Rodrigues authored
-
- Jul 19, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 17, 2015
-
-
Oleg Nenashev authored
Fix typo
-
Eito Katagiri authored
-
- Jul 16, 2015
-
-
Daniel Beck authored
-
Stephen Connolly authored
-
Daniel Beck authored
Don't run trigger for disabled/copied projects
-
Stephen Connolly authored
[FIXED JENKINS-28844] The curious case of the Channel memory cycles
-