How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-23 Thread praveen kumar jogi
Configured automatic slaves for couple jobs on Jenkins using ec2 plugin . I need to override couple of environment variables for the slave before connecting to master. Here is the init script that used to run before it connect as

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-24 Thread praveen kumar jogi
environment so the tool > can be used. > > I've used that technique successfully with various JDK versions, maven > versions, and ant versions. > > If you still want to use your technique, then I've asked a few questions > inside the script. > > Mark Waite >