-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Would it make sense to introduce an option to expand groovy variables in the supplied yamlFile?
pipeline { agent { kubernetes { label 'mypod' defaultContainer 'jnlp' yamlFile 'KubernetesPod.yaml' } } stages { ... } }
Variable expansion works fine with the inline parameter
yaml: """ ... """
- is related to
-
JENKINS-53472 Expand environment variables in yaml
- Open