Mark Waite commented on Bug JENKINS-21886

I'm able to duplicate this bug. The remote polling works, and when the next polling happens, the changes are detected. The push notifications seem to be the only thing that is ignored.

Steps I took to duplicate the problem:

  1. Create a freestyle project named "bin"
  2. Configure git as its SCM, with git://wheezy64b/git/mwaite/${JOB_NAME}.git as the git repository URL
  3. Configure the job to poll SCM every minute (for testing purposes)
  4. Add a build step to execute "git log -n 1"
  5. Save the job
  6. Wait 1 minute for first poll to build the job
  7. After first build is complete, switch polling from every minute to @monthly
  8. Push a change to the repository
  9. Run "curl http://centos7x64:8080/git/notifyCommit?url="">"
  10. Confirm that the job does not start
  11. Change the job polling frequency to once a minute
  12. Wait 1 minute, confirm the job detects the change and runs correctly
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to