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 cb75edd commit 2d2adf8Copy full SHA for 2d2adf8
1 file changed
releng/org.eclipse.uml2.releng.tycho/uml2-promoter.jenkinsfile
@@ -7,6 +7,7 @@ pipeline {
7
buildDiscarder(logRotator(numToKeepStr: '5'))
8
disableConcurrentBuilds()
9
skipDefaultCheckout false
10
+ quietPeriod(300) // 120 is not long enough to allow Jenkins to update upstream build reliably
11
}
12
13
tools {
0 commit comments