Re: How to auto trigger Build when a change is pushed to GitHub

2015-11-10 Thread Kanstantsin Shautsou
Just install github-plugin, configure global and job settings according to https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin and replace "poll scm" with "Build whenever commit is pushed to github". On Tuesday, November 3, 2015 at 5:17:06 PM UTC+3, Suryateja Hanumandla wrote: > > Hi, > C

Re: How to auto trigger Build when a change is pushed to GitHub

2015-11-03 Thread Victor Martinez
You can use the git hooks: - https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin (section Push notification from repository) KK already posted the below post: - http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ If you use github then use the webhooks c

How to auto trigger Build when a change is pushed to GitHub

2015-11-03 Thread Suryateja Hanumandla
Hi, Currently I'm doing with git poll, where I'm doing poll for every 2 mins. Is there any possibility instead of git poll mechanism in jenkins, because every now and then we need to poll the repo and check. Thanks, Surya. -- You received this message because you are subscribed to the Google G