Skip to content

Commit 2d2adf8

Browse files
committed
[releng] 300s quiet period to let Jenkins stabilize
1 parent cb75edd commit 2d2adf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

releng/org.eclipse.uml2.releng.tycho/uml2-promoter.jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pipeline {
77
buildDiscarder(logRotator(numToKeepStr: '5'))
88
disableConcurrentBuilds()
99
skipDefaultCheckout false
10+
quietPeriod(300) // 120 is not long enough to allow Jenkins to update upstream build reliably
1011
}
1112

1213
tools {

0 commit comments

Comments
 (0)