Skip to content

Commit 2ab7e61

Browse files
authored
Merge pull request #1131 from qixiaobo/patch-1
2 parents 67246a1 + 6ff6818 commit 2ab7e61

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
@@ -314,7 +314,7 @@ Either way it provides access to the following fields:
314314
* **slaveConnectTimeout** Timeout in seconds for an agent to be online *(more details below)*.
315315
* **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.
316316
* **activeDeadlineSeconds** If `podRetention` is set to `never()` or `onFailure()`, the pod is deleted after this deadline is passed.
317-
* **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.
317+
* **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.
318318
* **showRawYaml** Enable or disable the output of the raw pod manifest. Defaults to `true`
319319
* **runAsUser** The user ID to run all containers in the pod as.
320320
* **runAsGroup** The group ID to run all containers in the pod as.

0 commit comments

Comments
 (0)