That is exactly what I did. The problem is that Jenkins doesn’t recognize the perl command. I have Perl on my machine, i can run the command via command line. Somehow I need to show Jenkins where perl is. (tried with Env Variables – doesn’t work).
Thanks again. From: [email protected] [mailto:[email protected]] On Behalf Of mitesh makhija Sent: יום ה 25 אוקטובר 2012 14:12 To: [email protected] Subject: Re: calling perl scripts from jenkins Hi, Create a job. Through build, add build step, you can use either Execute windows batch command or Execute Shell. If I select Execute Windows Batch Command, In command I can call perl script. perl c:/test.pl<http://test.pl> Thanks, Mitesh On Thu, Oct 25, 2012 at 5:35 PM, Levin, Ilya <[email protected]<mailto:[email protected]>> wrote: Hi, Seems to be quite a simple task but still unable to achieve this. How can I call a perl script from inside Jenkins? Thanks
