From c56a532f0821f8300e0d6067331f9029c82c2a80 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Nov 2024 09:24:04 +0100 Subject: [PATCH] Add quiet period to CI build. Closes #231 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f909d04..646c5c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10')) - quietPeriod(10) + quietPeriod(300) } stages {