We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716603e commit f07010eCopy full SHA for f07010e
1 file changed
Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
16
options {
17
disableConcurrentBuilds()
18
buildDiscarder(logRotator(numToKeepStr: '10'))
19
- quietPeriod(10)
+ quietPeriod(300)
20
}
21
22
stages {
0 commit comments