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 4fd8cdf commit 1bba530Copy full SHA for 1bba530
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
6
environment {
7
VersionPrefix = '2.0.0'
8
- VersionSuffix = 'rc.9'+"+${BUILD_NUMBER}"
+ VersionSuffix = 'rc.10'+"+${BUILD_NUMBER}"
9
outputEnc = '65001'
10
}
11
0 commit comments