Fixed issue with release name
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -162,7 +162,7 @@ def SetVersion( v ) {
|
||||
// for release branches, where the branch is named "release/1.2.3",
|
||||
// derive the version and display name derive from the numeric suffix and append the build number
|
||||
// 3.2.1.100
|
||||
version = branch_name_base + "." + build_number
|
||||
version = branch_name_base + "." + build_number + "-RELEASE";
|
||||
//version = branch_name.substring('release/'.length()) + "." + build_number
|
||||
currentBuild.displayName = version
|
||||
}
|
||||
|
Reference in New Issue
Block a user