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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,10 @@ Either way it provides access to the following fields:
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
279
*`dynamicPVC()` : a persistent volume claim managed dynamically. It is deleted at the same time as the pod.
280
+
*`emptyDirVolume` (default): an empty dir allocated on the host machine
281
+
*`hostPathVolume()` : a host path volume
282
+
*`nfsVolume()` : a nfs volume
283
+
*`persistentVolumeClaim()` : an existing persistent volume claim by name.
280
284
***envVars** Environment variables that are applied to **ALL** containers.
281
285
***envVar** An environment variable whose value is defined inline.
282
286
***secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
@@ -292,8 +296,8 @@ Either way it provides access to the following fields:
292
296
***runAsGroup** The group ID to run all containers in the pod as.
293
297
***hostNetwork** Use the hosts network.
294
298
***workspaceVolume** The type of volume to use for the workspace.
295
-
*`emptyDirWorkspaceVolume` (default): an empty dir allocated on the host machine
296
299
*`dynamicPVC()` : a persistent volume claim managed dynamically. It is deleted at the same time as the pod.
300
+
*`emptyDirWorkspaceVolume` (default): an empty dir allocated on the host machine
297
301
*`hostPathWorkspaceVolume()` : a host path volume
298
302
*`nfsWorkspaceVolume()` : a nfs volume
299
303
*`persistentVolumeClaimWorkspaceVolume()` : an existing persistent volume claim by name.
0 commit comments