Re: post receive commit is causing all the jobs to be triggered

2014-04-06 Thread Maneesh M P
Ok I figured ths out, we pass branch name along with URL curl http://jenkins.abc.com:8081/git/notifyCommit?url=g...@gitserver.abc.com:test-repo.git &branches=xyz Thanks, Maneesh On Saturday, April 5, 2014 3:21:55 PM UTC-7, Maneesh M P wrote: > > Hello, > >I have a jenkins + git build envir

post receive commit is causing all the jobs to be triggered

2014-04-05 Thread Maneesh M P
Hello, I have a jenkins + git build environment . Currently my builds are configured to poll for scm changes in every 5 minutes, if it detects a change, builds gets triggered. To get rid of the scm polling, I have configured a post-receive git hooks. I have the below command inside the hoo