Introduce quiet period.

Reduce the number of downstream builds that get triggered by using quiet time.

See #1992.
This commit is contained in:
Greg L. Turnquist
2021-04-16 13:03:23 -05:00
parent 0e563b2605
commit 6402b1aeef

1
Jenkinsfile vendored
View File

@@ -9,6 +9,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '14'))
quietPeriod(300)
}
stages {