@googlegroups.com
Subject: RE: calling perl scripts from jenkins
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
Ilya"
>To: "jenkinsci-users@googlegroups.com"
>Sent: Thursday, October 25, 2012 6:19 AM
>Subject: RE: calling perl scripts from jenkins
>
>
>
>That is exactly what I did.
>The problem is that Jenkins doesn’t recognize the perl command.
>I have Perl
*mitesh makhija
> *Sent:* יום ה 25 אוקטובר 2012 14:12
> *To:* jenkinsci-users@googlegroups.com
> *Subject:* Re: calling perl scripts from jenkins
>
> ** **
>
> Hi,
>
> Create a job.
> Through build, add build step, you can use either Execute windows batch
> comma
@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of mitesh makhija
Sent: יום ה 25 אוקטובר 2012 14:12
To: jenkinsci-users@googlegroups.com
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
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,
>
> *