Even I see the same problem as Irfan, Here we are not expecting environment
variables from Jenkins.
We expect whatever the variables/path set in docker file to be available to
the build script. But currently the variables are being overwritten with
the jenkins build environment variables, which
I have a docker image which exports JAVA_HOME, ANT_HOME, PATH and couple of
other environment variables. When i run the container without using the
plugin the build script finds all the environment variables and it works
fine.
But when the build script executed via the plugin, some of the envi