8223627: jdk-13+20 bundle name contains null instead of ea
authorerikj
Thu, 09 May 2019 07:33:28 -0700
changeset 54789 77e95181b5d6
parent 54788 7f782ee493f7
child 54790 b77bf7f216f4
child 54793 f4c8f88c665e
8223627: jdk-13+20 bundle name contains null instead of ea Reviewed-by: dholmes, tbell
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Thu May 09 10:04:33 2019 -0400
+++ b/make/conf/jib-profiles.js	Thu May 09 07:33:28 2019 -0700
@@ -1301,7 +1301,7 @@
     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;