From 3012995618288aceb931d3b8c335c3092d62130b 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 53335ba..cbd062e 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 a2899a8..9c1e83a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -259,6 +259,7 @@ {{artifactory.build-name}} {{artifactory.build-number}} {{BUILD_URL}} + 10