From 4108f9858f182bc9eb49916ff83eacba79245f75 Mon Sep 17 00:00:00 2001 From: Egor Ivanov Date: Sat, 24 Aug 2024 14:13:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B8=D0=BC=D1=8F=20=D1=81=D1=82=D0=B5=D0=B9=D0=B4=D0=B6=D0=B0?= =?UTF-8?q?=20=D0=B2=20pipeline1C.groovy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/pipeline1C.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/pipeline1C.groovy b/vars/pipeline1C.groovy index 731e9eeb..e8a20f9e 100644 --- a/vars/pipeline1C.groovy +++ b/vars/pipeline1C.groovy @@ -113,7 +113,7 @@ void call() { } steps { timeout(time: config.timeoutOptions.loadExtensions, unit: TimeUnit.MINUTES) { - loadExtensions config + loadExtensions config, 'initInfoBase' } } }