From 4aaaabc7ee924d8c882f87d1ac87bcbd31fabcaa 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 25a21db..f909d04 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 bd106ac..a88a997 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -259,6 +259,7 @@ {{artifactory.build-name}} {{artifactory.build-number}} {{BUILD_URL}} + 10