We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717a98 commit 6800843Copy full SHA for 6800843
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
6
environment {
7
VersionPrefix = '2.0.0'
8
- VersionSuffix = 'rc6'+"-${(long)(currentBuild.startTimeInMillis/60000)}"
+ VersionSuffix = 'rc7'+"-${(long)(currentBuild.startTimeInMillis/60000)}"
9
outputEnc = '65001'
10
}
11
0 commit comments