If you are referring to environment variables, then you can access them in the same way as Groovy/Java, using the System class.
For example:
println System.getenv( 'MY_VAR' )
If you are referring to environment variables, then you can access them in the same way as Groovy/Java, using the System class.
For example:
println System.getenv( 'MY_VAR' )