I have a parameterized job that uses the Perforce plugin and would like to retrieve the build parameters/properties as well as the p4.change property that\'s set by the Perf
The following can be used to retreive an environment parameter:
println System.getenv("MY_PARAM")