Skip to content

Commit 6ff6818

Browse files
authored
idleMinutes may use in declarative pipelines
#336
1 parent a6d44ae commit 6ff6818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Either way it provides access to the following fields:
305305
* **slaveConnectTimeout** Timeout in seconds for an agent to be online *(more details below)*.
306306
* **podRetention** Controls the behavior of keeping agent pods. Can be 'never()', 'onFailure()', 'always()', or 'default()' - if empty will default to deleting the pod after `activeDeadlineSeconds` has passed.
307307
* **activeDeadlineSeconds** If `podRetention` is set to `never()` or `onFailure()`, the pod is deleted after this deadline is passed.
308-
* **idleMinutes** Allows the pod to remain active for reuse until the configured number of minutes has passed since the last step was executed on it. Use this only when defining a pod template in the user interface.
308+
* **idleMinutes** Allows the pod to remain active for reuse until the configured number of minutes has passed since the last step was executed on it.
309309
* **showRawYaml** Enable or disable the output of the raw pod manifest. Defaults to `true`
310310
* **runAsUser** The user ID to run all containers in the pod as.
311311
* **runAsGroup** The group ID to run all containers in the pod as.

0 commit comments

Comments
 (0)