8223627: jdk-13+20 bundle name contains null instead of ea
Reviewed-by: dholmes, tbell
This commit is contained in:
parent
40155b14cd
commit
d8f7a41216
@ -1301,7 +1301,7 @@ var versionArgs = function(input, common) {
|
||||
var args = ["--with-version-build=" + common.build_number];
|
||||
if (input.build_type == "promoted") {
|
||||
args = concat(args,
|
||||
"--with-version-pre=" + version_numbers.get("DEFAULT_PROMOTION_VERSION_PRE"),
|
||||
"--with-version-pre=" + version_numbers.get("DEFAULT_PROMOTED_VERSION_PRE"),
|
||||
"--without-version-opt");
|
||||
} else if (input.build_type == "ci") {
|
||||
var optString = input.build_id_data.ciBuildNumber;
|
||||
|
Loading…
x
Reference in New Issue
Block a user