Jenkins AbstractTrigger checkIfModified method called multiple times
7 views
Skip to first unread message
Shashank Bhargav
unread,
Apr 24, 2018, 1:35:23 AM4/24/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
We have a requirement where poll has to be done to DB, check some conditions and based on conditions satisfied trigger a build. So we have extended "AbstractTrigger" class and overriden "checkIfModified" method. But what is noticed is the method is being called multiple times within a minute even though the cron expression is set to poll every minute. Its not very consistent on how many times a minute, has anyone faced this before? Could someone help.