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