jCasC-Groovy plugin is not expanding variables from definitions because the feature is not implemented yet.
Example:
// Variables not expanded, in the case of jCasC defined variables
groovy:
- url: https://${USER}:${PASS}@web.site.com/path/of/my/resource
groovy:
- script: println("${MY_VARIABLE}")
Tomasz Szandała are there any estimates when this feature is implemented?
It would be great if configuration-as-code-groovy-plugin process the variables the same way as configuration-as-code-plugin does, especially when handling secrets in jenkins helm chart.