We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314317d commit c56a532Copy full SHA for c56a532
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