From 283636c2a8886a87fe47186f2da79460865c15c8 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Thu, 13 Nov 2025 11:21:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D0=B0=D0=B9?= =?UTF-8?q?=D0=BF=D0=BB=D0=B0=D0=B9=D0=BD=D0=B0=20=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=B9=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/big_floppa | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/big_floppa b/ci/big_floppa index 8f7e6187d5..0b6e8818c1 100644 --- a/ci/big_floppa +++ b/ci/big_floppa @@ -27,7 +27,13 @@ pipeline { } stage('Melezh - Docker') { steps { - build job: 'Melezh/MelezhDocker', wait: true + build job: 'Melezh/MelezhDocker', wait: true, + parameters: [ + [$class: 'StringParameterValue', name: 'VERSION', value: 'draft'], + [$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.7.0'], + [$class: 'StringParameterValue', name: 'OINT_VERSION', value: '1.30.0'], + [$class: 'StringParameterValue', name: 'OINT_BUILD_ID', value: 'lastSuccessfulBuild'] + ] } }