Re: Triggering build twice for each commit

2012-07-06 Thread Johno Crawford
On 6/07/2012 4:56 PM, Varghese Renny wrote: So how can set it synchronized with my window , linux and svn repo.. any plugin i need to install? Or we can configure it in jenkin itself? Thanks in Advance varghese Is your SVN repo and Jenkins on the same server? Are they configured using the

RE: Triggering build twice for each commit

2012-07-06 Thread Mandeville, Rob
need done. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Varghese Renny Sent: Friday, July 06, 2012 10:57 AM To: jenkinsci-users@googlegroups.com Subject: Re: Triggering build twice for each commit So how can set it synchronized with my window

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
So how can set it synchronized with my window , linux and svn repo.. any plugin i need to install? Or we can configure it in jenkin itself? Thanks in Advance varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Les Mikesell
On Fri, Jul 6, 2012 at 9:45 AM, Varghese Renny wrote: > i don't know about ntp.. NTP is 'Network Time Protocol' and is the standard way to keep all of your computer clocks stay synchronized. Setting it up correctly will depend somewhat on the operating systems involved. -- Les Mikesell

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
i don't know about ntp.. My master is Linux 64 bit. slave is windows.32 bit SVN i am using.. In slave i am putting the workspace for jobs. Thanks in advance varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Les Mikesell
On Fri, Jul 6, 2012 at 9:38 AM, Varghese Renny wrote: > it's synchronised..it has shown as warning message SVN repo is out of sync > with my system. > how to solve? Are they both running ntp? -- Les Mikesell lesmikes...@gmail.com

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
it's synchronised..it has shown as warning message SVN repo is out of sync with my system. how to solve? Thanks in Advance varghese

Re: Triggering build twice for each commit

2012-07-06 Thread Henk van Voorthuijsen
Have you checked if the clocks on master and slave are in sync? On Jul 6, 2012, at 9:30 AM, Varghese Renny wrote: > > I have commited to repo and it is triggering build twice. My build is going > on slave machine.. > First build will say like no changes > Second build is detecting the changes.

Re: Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
Both are started by SCM changes Later in log One is showing no changes Second is showing changes found Thanks

Triggering build twice for each commit

2012-07-06 Thread Varghese Renny
I have commited to repo and it is triggering build twice. My build is going on slave machine.. First build will say like no changes Second build is detecting the changes. How to solve this problem? Thanks in Advance