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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,7 @@ Either way it provides access to the following fields:
276
276
***nodeSelector** The node selector of the pod.
277
277
***nodeUsageMode** Either `NORMAL` or `EXCLUSIVE`, this controls whether Jenkins only schedules jobs with label expressions matching or use the node as much as possible.
278
278
***volumes** Volumes that are defined for the pod and are mounted by **ALL** containers.
279
+
*`dynamicPVC()` : a persistent volume claim managed dynamically. It is deleted at the same time as the pod.
279
280
***envVars** Environment variables that are applied to **ALL** containers.
280
281
***envVar** An environment variable whose value is defined inline.
281
282
***secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
0 commit comments