On Thu, Feb 6, 2014 at 3:11 PM, Mark Waite <[email protected]> wrote:
> The easiest way with Ant is to use the Jenkins global configuration to
> configure an Ant installation, and have it download that Ant installation
> from Apache.  Then you define the job to use the specific Ant version you
> configured, and it will be downloaded and used for that build.
>
> That keeps your life simpler when you add and remove slave nodes, since you
> don't need to take extra steps to install and configure Ant on each slave.
> Jenkins does it for you because you configured Ant in the Jenkins
> configuration page.
>

Or, if you want to install it yourself you can give the version a name
in the global config, then in the per-node config, in node properties,
tool locations, add a path to find it on that node.

-- 
   Les Mikesell
     [email protected]

-- 
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.

Reply via email to