Skip to content

Commit 42b157e

Browse files
committed
Add quiet period to CI build.
Closes #231
1 parent a2e10b2 commit 42b157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
options {
1717
disableConcurrentBuilds()
1818
buildDiscarder(logRotator(numToKeepStr: '10'))
19-
quietPeriod(10)
19+
quietPeriod(300)
2020
}
2121

2222
stages {

0 commit comments

Comments
 (0)