[CI] Use a new helper library for consistently cloning the repo (#98555)

This commit is contained in:
Brian Seeders 2021-04-28 11:08:51 -04:00 committed by GitHub
parent a1cb79b3d2
commit 27ab4e9c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ def base(Map params, Closure closure) {
if (config.scm) {
// Try to clone from Github up to 8 times, waiting 15 secs between attempts
retryWithDelay(8, 15) {
checkout scm
kibanaCheckout()
}
dir("kibana") {