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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,9 @@ Either way it provides access to the following fields:
97
97
***nodeSelector** The node selector of the pod.
98
98
***nodeUsageMode** Either 'NORMAL' or 'EXCLUSIVE', this controls whether Jenkins only schedules jobs with label expressions matching or use the node as much as possible.
99
99
***volumes** Volumes that are defined for the pod and are mounted by **ALL** containers.
100
-
***envVars*** Environment variables that are applied to **ALL** containers.
100
+
***envVars** Environment variables that are applied to **ALL** containers.
101
+
***envVar** An environment variable whose value is defined inline.
102
+
***secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
101
103
***annotations** Annotations to apply to the pod.
102
104
***inheritFrom** List of one or more pod templates to inherit from *(more details below)*.
103
105
@@ -106,6 +108,8 @@ The `containerTemplate` is a template of container that will be added to the pod
106
108
***name** The name of the container.
107
109
***image** The image of the container.
108
110
***envVars** Environment variables that are applied to the container **(supplementing and overriding env vars that are set on pod level)**.
111
+
***envVar** An environment variable whose value is defined inline.
112
+
***secretEnvVar** An environment variable whose value is derived from a Kubernetes secret.
109
113
***command** The command the container will execute.
110
114
***args** The arguments passed to the command.
111
115
***ttyEnabled** Flag to mark that tty should be enabled.
0 commit comments