Skip to content

Commit 45b823c

Browse files
committed
Удаление суффикса версии для preview
1 parent 5e7159e commit 45b823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55

66
environment {
77
VersionPrefix = '2.0.0'
8-
VersionSuffix = 'rc2'+"-${(long)(currentBuild.startTimeInMillis/60000)}"
8+
VersionSuffix = 'rc2'
99
outputEnc = '65001'
1010
}
1111

0 commit comments

Comments
 (0)