- Nov 19, 2013
-
-
Kohsuke Kawaguchi authored
-
- Nov 18, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
Merge branch 'fork_fix-fae-exception' of github.com:marco-miller/jenkins into marco-miller-fork_fix-fae-exception
-
Nicolas De Loof authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Nov 17, 2013
-
-
Oliver Gondža authored
Fix javadoc warning in Combination
-
Oliver Gondža authored
[FIXED JENKINS-20615] - Fixed variable reference in TestResult/index_ru....
-
Kohsuke Kawaguchi authored
-
Oleg Nenashev authored
Resolves https://issues.jenkins-ci.org/browse/JENKINS-20615 Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
-
- Nov 16, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Implemented the hook
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Mark Waite authored
Removed import that was only used to attempt to satisfy the javadoc reference to the class. Replaced the javadoc reference to an inner class with a fully qualified reference to the same inner class.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
in preparation of introducing other hooks
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-7285] Fix regression from 1.536
-
Oliver Gondža authored
-
Oliver Gondža authored
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
Integrated the fix in Stapler.
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
Added NamingThreadFactory to ensure that all code creating thread pool executors was marking the threads. Otherwise we get a bunch of pool-17-thread-5 with no clue who created so many threads or why. Also simplifies existing code which previously had to write one-off ThreadFactory implementations just to set a name.
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-19622] Merged #989: allow background tasks to run simultaneously, preventing task blockage.
-
Jesse Glick authored
Merge branch 'scheduled-executor-timer' of github.com:recampbell/jenkins into recampbell-scheduled-executor-timer
-
Marco Miller authored
Retrying 3 times while waiting for 100 millis between retries (at recreating symlink after "deleting" it). Ends up throwing FAE exception if thrown for a 4th time in a row - as not much can be done at that point. A warning is logged in that case, prior to throwing the last FAE.
-
- Nov 15, 2013
-
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
-
Jesse Glick authored
A few usages of Hudson.getInstance() were actually mandated for use with method signatures which cannot compatibly be changed.
-
Oliver Gondža authored
Javadoc warning fixes for CLICommand, Run, and ViewOptionHandler
-
Mark Waite authored
-
Jesse Glick authored
-
Jesse Glick authored
-