$ cmd.exe /C '"ant.bat -file build.xml -Dcopy-dir.src.dir=C:\Jenkins\workspace\hp-test estSuiteSanityTest_RM -Dcopy-dir.target.dir=C:JenkinsHP-TestRMV4.4SanityTest_RM copy-dir && exit %%ERRORLEVEL%%"' 'ant.bat' is not recognized as an internal or external command,
What is the proper way to configure?
Thanks,
Eric
--
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 jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
But, I'll add, better don't do it.
Let Jenkins install ant by himself on the slaves. It will really make your life simpler. If the public ant versions don't suit your needs, you can even just package the one you need, upload it somewhere in your company and tell Jenkins to install this version instead of the plugin one.
(This message is sent from the guy who didn't do it originally... And infra eventually became unmanageable when growing, until we finally switch to this mode afterwards :))