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 a2e10b2 commit 42b157eCopy full SHA for 42b157e
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