From 7fb7fa1742d876395a7b8ed0b877972d928ce232 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Tue, 13 Feb 2024 18:29:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=B2=D1=80=D0=B0=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8=20build/out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/pipeline1C.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/pipeline1C.groovy b/vars/pipeline1C.groovy index 3828ab3..89faa80 100644 --- a/vars/pipeline1C.groovy +++ b/vars/pipeline1C.groovy @@ -79,6 +79,7 @@ void call() { stage('Создание ИБ') { steps { timeout(time: config.timeoutOptions.createInfoBase, unit: TimeUnit.MINUTES) { + createDir('build/out') script { if (config.infoBaseFromFiles()) {