Skip to content

Commit

Permalink
Deleting comment; for now it seems clearest to keep `ExecutorStepDyna…
Browse files Browse the repository at this point in the history
…micContext` as a distinct type
  • Loading branch information
jglick committed Jan 5, 2022
1 parent e1b4bb7 commit 3f0e140
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public class ExecutorStepExecution extends AbstractStepExecutionImpl {
public static long TIMEOUT_WAITING_FOR_NODE_MILLIS = Main.isUnitTest ? /* fail faster */ TimeUnit.SECONDS.toMillis(15) : Long.getLong("org.jenkinsci.plugins.workflow.support.pickles.ExecutorPickle.timeoutForNodeMillis", TimeUnit.MINUTES.toMillis(5));

private final ExecutorStep step;
// TODO perhaps just inline it here? does not do much good as a separate class
private ExecutorStepDynamicContext state;

ExecutorStepExecution(StepContext context, ExecutorStep step) {
Expand Down

0 comments on commit 3f0e140

Please sign in to comment.