You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEVGUIDE.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,11 @@ Use `EnvironmentContributor` rather than `RunListener.setUpEnvironment`.
377
377
378
378
## Clouds
379
379
380
-
Do not necessarily need any special integration, but are encouraged to use `OnceRetentionStrategy` from `durable-task` to allow Pipeline builds to survive restarts.
380
+
Do not necessarily need any special integration,
381
+
but “one-shot”-style agent implementations are encouraged to use `OnceRetentionStrategy` from `durable-task`
382
+
(or otherwise use `ExecutorListener` and consider `ContinuableExecutable`)
383
+
to allow Pipeline builds to survive restarts.
384
+
You should *not* implement `EphemeralNode` or listen to `Run` events.
0 commit comments