-
New Feature
-
Resolution: Unresolved
-
Blocker
-
None
-
Kubernetes plug-in 1.29.2
Jenkins 2.263.3
Hi,
Is there a way to reference a configMap as environment variable as describe in
Documentation from https://plugins.jenkins.io/kubernetes/ mentioned only enVar and secretEnvVar.
- envVars Environment variables that are applied to ALL containers.
- envVar An environment variable whose value is defined inline.
- secretEnvVar An environment variable whose value is derived from a Kubernetes secret.
I am using a scripted pipeline to define my pod template. Is this a feature request for the plugin?