Trying to override Jenkins master maven configuration on on-demand Jenkins slave created using ec2 plugin <https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin>. As We are using different maven versions of Maven, So I need to override the global configuration with Slave node configuration. *Maven configuration on master:* *Requirement:* I need to set Maven home to /opt/apache-maven-3.2.5 on Slave. Tool was already installed as it was just an AWS AMI. When ever I run the job it's checking Maven in /home/csbuild/build/apache-maven-3.0.5, But I want to use Maven in /opt/apache-maven-3.2.5. How can I update the MAVEN_HOME in the job? *Job configuration:* Jenkins version:1.656 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/01b7ac76-bbf7-4727-8bfc-b35926bc8572%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
