How can I make Jenkins CI with Git trigger on pushes to master?
As already noted by gezzed in his comment, meanwhile there is a good solution (described in Polling must die: triggering Jenkins builds from a Git hook): Set the Jenkins job’s build trigger to Poll SCM, but do not specify a schedule. Create a GitHub post-receive trigger to notify the URL http://yourserver/jenkins/git/notifyCommit?url=<URL of the Git repository>?token=<get … Read more