Re: Regarding docker : JENKINS-30113

2015-10-30 Thread Pradeep Kumar Mantha
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

CloudBees Docker Custom Build Environment Plugin Container Environment Variables are overwritten by build environment variables.

2015-10-30 Thread Pradeep Kumar Mantha
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