- Apr 13, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 10, 2015
-
-
Kohsuke Kawaguchi authored
-
- Apr 08, 2015
-
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Apr 07, 2015
-
-
Jesse Glick authored
[JENKINS-26520] Documentation fix for $BUILD_ID
-
Stephen Connolly authored
prevent removing artifact when build isn’t completed yet
-
Stephen Connolly authored
-
Stephen Connolly authored
Without this change you need to do: ``` User user; final SecurityContext oldContext = ACL.impersonate(a); try { user = User.current(); } finally { SecurityContextHolder.setContext(oldContext); } ``` Which seems incredibly wasteful. Or else you need to replicate the logic in User.current() which makes that code hard to change.
-
Daniel Beck authored
-
- Apr 06, 2015
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 05, 2015
-
-
Daniel Beck authored
-
Daniel Beck authored
[FIXED JENKINS-26208] Do not skip polling while quieting down
-
Daniel Beck authored
[JENKINS-27414] Don't offer to restart if unsupported
-
- Apr 04, 2015
-
-
Oliver Gondža authored
-
Oliver Gondža authored
[FIXED JENKINS-26751] Do not run /script on offline slave
-
Oliver Gondža authored
[FIXED JENKINS-21322] Configure periodic ws cleanup
-
Oliver Gondža authored
[JENKINS-20989] PeepholePermalink RunListenerImpl oncompleted should be triggered before downstream builds are triggered
-
Oliver Gondža authored
-
Oliver Gondža authored
-
- Apr 03, 2015
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
- Apr 02, 2015
-
-
Kohsuke Kawaguchi authored
This reverts commit fe1a1487. It's been about a month, so I think it has served its purpose.
-
Jesse Glick authored
-
- Apr 01, 2015
-
-
Jesse Glick authored
-
Oleg Nenashev authored
[JENKINS-26698] Localization follow-up
-
Jesse Glick authored
-
Jesse Glick authored
-
- Mar 31, 2015
-
-
Jesse Glick authored
[JENKINS-27392] SimpleBuildWrapper.createLoggerDecorator
-
Jesse Glick authored
Allowing some methods to be overridden, with the caveat that the overrides will not be called from CoreWrapperStep.
-
Jesse Glick authored
-
Stephen Connolly authored
-