Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/bootstrap/mb4P_hudson.sh')
-rwxr-xr-xproduction/sdk/bootstrap/mb4P_hudson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/sdk/bootstrap/mb4P_hudson.sh b/production/sdk/bootstrap/mb4P_hudson.sh
index 2c83db837..ab59592ec 100755
--- a/production/sdk/bootstrap/mb4P_hudson.sh
+++ b/production/sdk/bootstrap/mb4P_hudson.sh
@@ -80,7 +80,7 @@ echo "umask explicitly set to $NEWUMASK, old value was $oldumask"
# use BETA_JAVA_18_3 to do a "complete build" that includes Java 10 beta code
# use master to literally build "just the three" bundles that are required.
-#export BRANCH=BETA_JAVA_11
+#export BRANCH=BETA_JAVA11
export BRANCH=master
export BUILD_TYPE=P
export STREAM=4.9.0

Back to the top