Hi,
How to execute external .exe (db converter) from jenkins using Nant
I have tried to execute like
<exec program="MyConverter.exe" basedir="${MyConverter_dir}" commandline="
/Session:"${name}"" failonerror="False"/>
but getting return code -1.. Its not working..
Please advise me, thanks in advance..
--
View this message in context:
http://jenkins.361315.n4.nabble.com/How-to-execute-external-exe-file-from-jenkins-tp4651133.html
Sent from the Jenkins issues mailing list archive at Nabble.com.