polling - Configure Jenkins to Poll less then a every minute -


configuring jenkins polling interval to: * * * * * poll scm every minute. there way configure poll less minute? example every 30 seconds?

get scm trigger build instead of polling it.

what scm using?

edit:

you can tell jenkins wait 'x' seconds after check in change before starting build. have same issue, dev's doing multiple check ins.

there 2 options configure this, system wide option or per-job option.

the system wide option under manage -> configure system -> quiet period. in seconds.

the per job option under advanced project options, , called quiet period.

if set quiet period 90, jenkins wait until 90 seconds after last detected check in before starting build.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -