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
Post a Comment