From f783609a355527a8ebea4d4d7bacf4f6d9b664af Mon Sep 17 00:00:00 2001 From: ivanovEV Date: Wed, 17 Jan 2024 16:36:39 +0300 Subject: [PATCH] fix --- vars/pipeline1C.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/pipeline1C.groovy b/vars/pipeline1C.groovy index 9e4f4faa..606edbab 100644 --- a/vars/pipeline1C.groovy +++ b/vars/pipeline1C.groovy @@ -110,7 +110,7 @@ void call() { stage('Загрузка расширений в конфигурацию'){ when { beforeAgent true - expression { config.needExtintions() } + expression { config.needLoadExtintions() } } steps { timeout(time: config.timeoutOptions.loadExtintions, unit: TimeUnit.MINUTES) {