From 45b823c0988b4ef5ec9d01db13fa659ab4868268 Mon Sep 17 00:00:00 2001 From: EvilBeaver Date: Sat, 18 Mar 2023 13:22:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D1=83=D1=84=D1=84=D0=B8=D0=BA=D1=81=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F=20pre?= =?UTF-8?q?view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 176d7c1bc..7f667e038 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { environment { VersionPrefix = '2.0.0' - VersionSuffix = 'rc2'+"-${(long)(currentBuild.startTimeInMillis/60000)}" + VersionSuffix = 'rc2' outputEnc = '65001' }