diff --git a/Jenkinsfile b/Jenkinsfile index 4a9272b43..1723d4315 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '14')) + quietPeriod(300) } stages {