Re: Incrimental Build With Git and Jenkin

2013-03-28 Thread Jesse Glick
On 03/28/2013 03:24 AM, Geoff Cummings wrote: 0 */2 * * * Better: H */2 * * * i.e. at a semirandom time every even hour. Or in trunk even better: H H/2 * * * i.e. at a semirandom time either (semirandomly) every even hour or every odd hour. -- You received this message because you are

Re: Incrimental Build With Git and Jenkin

2013-03-28 Thread Geoff Cummings
I think you could use the Poll SCM option with the following value: 0 */2 * * * This will check for changes every 2 hours and only trigger a build if it detects a change. Geoff On 28 Mar 2013, at 05:33, "tibintho...@gmail.com" wrote: Yes, I want to run the build on 2hrs interval only and if

Re: Incrimental Build With Git and Jenkin

2013-03-27 Thread tibinthomas
Yes, I want to run the build on 2hrs interval only and if anything checked in after last build. On Thursday, March 28, 2013 10:45:18 AM UTC+5:30, Andrew Gray wrote: > Hi Tibin, > > To clarify: Am I understanding you that you would like to run a build no > more than every 2 hours but only if y

Re: Incrimental Build With Git and Jenkin

2013-03-27 Thread Andrew Gray
Hi Tibin, To clarify: Am I understanding you that you would like to run a build no more than every 2 hours but only if you have checked something in since the last build. Regards, Andrew On 28 March 2013 16:08, wrote: > Hi, > > I am using jenkin for creating Builds, GIT is my source control.

Incrimental Build With Git and Jenkin

2013-03-27 Thread tibinthomas
Hi, I am using jenkin for creating Builds, GIT is my source control. I have a requirement, My Build is scheduled every 2 hous. If no changes are pushed to GIT I want to avoid build(Stop building and deployment) How to acheive this, Please advice. Thanks, Tibin Thomas -- You received th