- Jun 03, 2014
-
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
[FIXED JENKINS-20559 and JENKINS-19454] - hudson.Launcher bugfix and additional wrapper
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jun 02, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jun 01, 2014
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
[FIXED JENKINS-22699] - JUnit Archiver. Add option to archive only when successful
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
[READY][FIXED JENKINS-15094] - Handle null parameter values to avoid massive executor deaths
-
Oliver Gondža authored
Javadoc: Noting changes in Executor availability check approaches (1.536)
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIX JENKINS-16264] Don't advertise POSTing config.xml on master
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Daniel Beck authored
-
Oleg Nenashev authored
[FIXES JENKINS-11673] - Support https in RPM service scripts
-
Oleg Nenashev authored
[FIXED JENKINS-22690] Remove repo file from RPM
-
Daniel Beck authored
-
Daniel Beck authored
[FIX JENKINS-17114] Distinguish 'nodes offline' from 'no nodes'
-
Daniel Beck authored
[FIX JENKINS-19250] Add causes to queue item tool tip
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
[FIX JENKINS-22617] Fix path to deletion of JVM Crash error log
-
Oleg Nenashev authored
Resolves https://issues.jenkins-ci.org/browse/JENKINS-20559 BTW, I also need to add some tests to "Test Harness" in order to improve coverage of nested operations. These test require a fix for https://issues.jenkins-ci.org/browse/JENKINS-19454 Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
-
Oleg Nenashev authored
This launcher Allows subclasses to only implement methods they want to override. Originally, this launcher has been implemented in Custom Tools Plugin, but there are many duplicates in other plugins => it would be useful to have it in Jenkins core. Resolves https://issues.jenkins-ci.org/browse/JENKINS-19454 Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
-
Oleg Nenashev authored
This change is a follow-up to Executor::isAlive() issues in #1229. Since 1.536, {@link Executor}s start threads on-demand. The entire logic should use Executor::isActive() instead of Executor::isAlive() in order to check if the {@link Executor} it ready to take tasks. Since the change breaks previous executor availability flows, it is required to document changes somehow. Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
[FIXED JENKINS-18626] - Test result page keeps identifying tests as age 1
-
Oleg Nenashev authored
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
-
Oleg Nenashev authored
[FIXED JENKINS-22693] - Properly close InputStreams in FileParameterValue
-