ia command line.
>
> Somehow I need to show Jenkins where perl is.
>
> (tried with Env Variables – doesn’t work).
>
> ** **
>
> Thanks again.
>
> ** **
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of
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
Thanks,
Mitesh
On Thu, Oct 25, 2012 at 5:35 PM, Levin, Ilya wrote:
> Hi,
>
> *