Skip to content

Commit c09c828

Browse files
committed
SemaphoreStep.onResume needs to add the key to State.started
1 parent 98fc851 commit c09c828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/jenkinsci/plugins/workflow/test/steps/SemaphoreStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public static class Execution extends AbstractStepExecutionImpl {
246246
} else {
247247
s.contexts.put(k, c);
248248
}
249+
s.started.add(k);
249250
s.notifyAll();
250251
}
251252
}

0 commit comments

Comments
 (0)