Can quiet period be used to suppress multiple builds on same branch
19 views
Skip to first unread message
Yiyang Fei
unread,
Sep 8, 2015, 4:43:42 PM9/8/15
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
I am using Jenkins with a Git repository. I have configured the quiet period to 5 minutes for my project. Pushing a change on a branch causes a new build to be queued as expected and it does wait in the queue for 5min. However, if I push another change to the same branch within the quiet period, I see that Jenkins queues up a new build. I would like Jenkins to reset the quiet period of the first build rather than queue a new build. Is it possible to queue a single build for a given branch in this scenario?