I need to define some environment variables for a Builder, and would like to reference an environment variable that was set in the shell when QB was launch (and so should be available to the JVM QB is running in). Specifically I want to reference the HOME env variable, but a generic OGNL syntax to reference env variables is the way I'd prefer to do so.
Description
I need to define some environment variables for a Builder, and would like to reference an environment variable that was set in the shell when QB was launch (and so should be available to the JVM QB is running in). Specifically I want to reference the HOME env variable, but a generic OGNL syntax to reference env variables is the way I'd prefer to do so.