On Fri, Jul 19, 2013 at 4:00 PM, Nateshkumar NS <shasunat...@gmail.com> wrote:
>
> How can i configure/schedule Jenkins to run windows batch file with set of
> commands to checkout and build application.
>
> I dont want this to happen after any build as running this command should
> take care of that.

Normally you would configure the job to poll the version control
system so it can check out and build when it detects a change, and the
build script/batch would be included in the checkout, but if you want,
you set a job to build periodically and
run a windows batch file as the only build step.

--
   Les Mikesell
     lesmikes...@gmail.com

-- 
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-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to