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 Nov 13, 2024
1 parent a2e10b2 commit 42b157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10'))
quietPeriod(10)
quietPeriod(300)
}

stages {
Expand Down

0 comments on commit 42b157e

Please sign in to comment.