- Apr 21, 2015
-
-
Kohsuke Kawaguchi authored
This prevents a long running CLI process (such as CloudBees OPE proccesses) to hang forever when the main thread fails. Whereas if the process terminates cleanly, the wrapper (such as systemd) can take corrective actions.
-
- Apr 20, 2015
-
-
Kamran Mackey authored
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-
Kamran Mackey authored
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-
Jesse Glick authored
[JENKINS-27918] Downgrade warning from Stapler
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 17, 2015
-
-
Kamran Mackey authored
Minor changes are always good. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-
Kamran Mackey authored
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-
- Apr 16, 2015
-
-
Jesse Glick authored
-
- Apr 15, 2015
-
-
Stephen Connolly authored
JENKINS-27708, JENKINS-27871 Ensure that identification of blocked tasks is using the live state.
-
Jesse Glick authored
-
Jesse Glick authored
-
Oliver Gondža authored
Replace 'Hudson' with 'Jenkins' in more docstrings.
-
Oliver Gondža authored
Fix release note typo.
-
Jesse Glick authored
-
David Hoover authored
-
- Apr 14, 2015
-
-
Jesse Glick authored
-
Jesse Glick authored
-
-
CloudBees DEV@Cloud authored
-
David Hoover authored
-
Oleg Nenashev authored
BIGNUMBER_STAR mode has been selected, because it utilizes GNU extensions (like LONGFILE_GNU does).
-
Oleg Nenashev authored
-
Oleg Nenashev authored
This test also introduces additional round-trip tests for small files
-
Stephen Connolly authored
[JENKINS-27871] - Added a direct unit test for the issue
-
Oleg Nenashev authored
-
Oleg Nenashev authored
Name the correct class in javadoc.
-
David Hoover authored
-
- Apr 13, 2015
-
-
Harald Albers authored
-
Harald Albers authored
-
Stephen Connolly authored
[FIXED JENKINS-27708][FIXED JENKINS-27871] Ensure that identification of blocked tasks is using the live state. - The creation of a snapshot itself should be relatively cheap given the expected rate of job execution. You probably would need 100's of jobs starting execution every iteration of maintain() before this could even start to become an issue and likely the calculation of isBuildBlocked(p) will become a bottleneck before updateSnapshot() will. Additionally since the snapshot itself only ever has at most one reference originating outside of the stack it should remain in the eden space and thus be cheap to GC. - JENKINS-27708 comments 225819 and 225906 provide more complex but logically equivalent fixes of this issue. I am favouring this approach as it is simpler and provides less scope for error as any new helper methods can just rely on the snapshot being up to date whereas with the other two candidates if a new helper method is introduced there is the potential to miss adding support for the live view. The comment 225819 has the risk of introducing extra lock contention while the comment 225906 version forces every access to the helper methods to pass a second memory barrier
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-