I am trying to get CI going with Jenkins. To date, we have been performing two scheduled builds in our environment, but our dev staff wants to get CI working. I have follo
In order to enable push mode in Jenkins, you should enable the Poll SCM build trigger in configuration page of your job.
It tells Jenkins that it should build the job whenever SCM changes occur.
Because you don't have to do any polling (you get the info from the hook) you can leave the field blank.