Skip to content

jenkins: Limit number of builds scheduled in jenkins

clayton craft requested to merge jenkins_build_limit into master

This is the second attempt at a jenkins build trigger limiter. When the queue is >= 75 builds (ignoring those for reboot and clean workspace jobs), it waits 5 seconds between triggering attempts.

Merge request reports