Sébastien Hinderer
unread,May 4, 2018, 4:45:39 AM5/4/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Dear all,
Currently our builds are triggered by polling the SCM system for changes
and we do the polling every 15 minutes.
As I understandi it, this means that if, say, 1 commit is pushed every
minute between two checks, only two builds will be done, one before and
one after these 15 commits.
Now I am wondering what would happen if we switch to a hook-based
trigger. Then Jenkins would be notified of each commit while the
previous build may not have been completed yet. Would that mean that
every notification would put a build in Jenkin's build queue?
Any response appreeciated, including pointers to relevant documentation.
Best wishes,
Sébastien.