I would like to know how to tell jenkins to trigger a build only when someone from team pushed changes to a project.
i tried :enabled polling in Jenkins(did not mention any polling time/no value) and enabled post-receive hook. And pushed changes to the same repository from a developer box(In this developer bix, we did not configure any hooks). This did not work.
when "post-receive" git hook get called?.