Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: urltrigger
Created: 01/Aug/14 5:39 AM
Description:

I have a setup where multiple jobs poll a single URL's modification time, in "N * * * *". The expected behavior would be for all jobs to trigger throughout the hour after the change is detected. What actually happens is the first job to poll and detect the update will trigger the job, but later jobs' polls will detect "no changes".

This suggests the backend is keeping a global URL->attributes array which is updated as each of the polls run. I believe instead the attributes used to detect changes should be per-job, or at least an option to switch between global or per-job.

A workaround would be to add ?[unique string] to each of the jobs' URLs, but this will not be possible in all cases.

Environment: URLTrigger 0.37, Jenkins ver. 1.565.1
Project: Jenkins
Priority: Minor Minor
Reporter: Ryan Finnie
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