From ef7474214fbc0392b5c9d5d9cc4037e28349c2aa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 18 Oct 2024 11:51:37 +0200 Subject: [PATCH] Add quiet period to CI build. Closes #231 --- Jenkinsfile | 3 ++- bom/pom.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39852ec..8634415 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,8 @@ pipeline { options { disableConcurrentBuilds() - buildDiscarder(logRotator(numToKeepStr: '7')) + buildDiscarder(logRotator(numToKeepStr: '10')) + quietPeriod(10) } stages { diff --git a/bom/pom.xml b/bom/pom.xml index e4cdf37..732a86c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -259,6 +259,7 @@ {{artifactory.build-name}} {{artifactory.build-number}} {{BUILD_URL}} + 10