From f9db2f8b7ef0684c1b0860662f9e92609506ec06 Mon Sep 17 00:00:00 2001 From: Egor Ivanov Date: Sat, 24 Aug 2024 12:55:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D0=B5=20=D0=BE=D0=BF=D0=B5=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy b/src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy index cea6f76c..91fd19c3 100644 --- a/src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy +++ b/src/ru/pulsar/jenkins/library/steps/CreateInfobase.groovy @@ -56,7 +56,7 @@ class CreateInfobase implements Serializable { String vrunnerSettings = options.vrunnerSettings if (vrunnerSettings && steps.fileExists(vrunnerSettings)) { - command += " --settings $vrunnerSettings" + initCommand += " --settings $vrunnerSettings" } VRunner.exec(initCommand)