mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Use a new helper library for consistently cloning the repo (#98555)
This commit is contained in:
parent
a1cb79b3d2
commit
27ab4e9c65
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue