Hello, I have a jenkins install with two slave nodes (windows and macos). I try to use the same ant script on both within a multiple configuration job.
So I configured jenkins to automatically install ANT. Unfortunately, I get the error on windows: ant.bat is not recognized as internal or external command ... The ant script works on mac because a default install is found (different version from the one that should be installed by jenkins). Finally it seems that ANT is not installed by the jenkins server on none of these slave nodes. I found help on the web on tool auto-install, on distributed build but not on that particular case. How to install ANT on slave nodes of a jenkins server ? Thanks ahead, Thomas