Skip to content

Commit

Permalink
Add quiet period to CI build.
Browse files Browse the repository at this point in the history
Closes #231
  • Loading branch information
mp911de committed Oct 18, 2024
1 parent 6bdfc82 commit 4aaaabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pipeline {

options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '7'))
buildDiscarder(logRotator(numToKeepStr: '10'))
quietPeriod(10)
}

stages {
Expand Down
1 change: 1 addition & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<buildName>{{artifactory.build-name}}</buildName>
<buildNumber>{{artifactory.build-number}}</buildNumber>
<buildUrl>{{BUILD_URL}}</buildUrl>
<buildRetentionCount>10</buildRetentionCount>
</buildInfo>
</configuration>
</execution>
Expand Down

0 comments on commit 4aaaabc

Please sign in to comment.