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