[JENKINS-33038] correctly set executor in FutureImpl
This patch fixes cancellation of the build linked to the Future object. Before, the executor set in FutureImpl was always empty, because WorkUnitContext.createWorkUnit() is not called from an Executor thread anymore.
Loading
Please register or sign in to comment