Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Jenkinsfile: don't use Map.remove() as it is forbidden

Change-Id: Id537b84b85d1abe223b04c411940015ee13da3e7
This commit is contained in:
Paladox
2019-11-09 20:00:35 +00:00

2
Jenkinsfile vendored
View File

@@ -196,7 +196,7 @@ def findFlakyBuilds() {
def retryBuilds = []
flaky.each {
def mode = it.key
Builds.verification.remove(mode)
Builds.verification = Builds.verification.findAll { it.key != mode }
retryBuilds += mode
}