I am having an issue running a build.xml on a jenkins slave. The build file pulls properties from the env using: <property environment="env"/>
I use the "env" property to get a direct for importing additional .xml file. When I run the build.xml through my Jenkins job on the slave, it does not seem to read the env properly. I set ANT_HOME on the slave to point to the Jenkins managed version of ANT. I use the master configuration page in Jenkins to set my ANT and it pulls it down to the slave for me. When I go to the workspace for the job and run the build.xml from a command prompt, it reads the environment properly. It seems like the slave node will not read the env so I can read values out of it that I have set, read and then use. How do i configure my slave to read from the environment? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
