1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
echo build.number="${NB_BUILD_NUMBER}"
echo output.dir="${OUTPUT_DIR}"
echo binary.cache.host="${BINARY_CACHE_HOST}"
echo nb.builds.host="${NB_BUILDS_HOST}"
echo nb.files.prefix="${BASENAME_PREFIX}"
echo nb.locales="${LOCALES}"
echo community.mlbuild="${COMMUNITY_ML_BUILD}"
echo glassfish.builds.host="${GLASSFISH_BUILDS_HOST}"
echo jdk.builds.host="${JDK_BUILDS_HOST}"
echo jdk7.builds.path="${JDK7_BUILDS_PATH}"
echo jdk8.builds.path="${JDK8_BUILDS_PATH}"
echo jdk11.builds.path="${JDK11_BUILDS_PATH}"
echo openesb.builds.host="${OPENESB_BUILDS_HOST}"
echo sjsam.builds.host="${SJSAM_BUILDS_HOST}"
echo portalpack.builds.host="${PORTALPACK_BUILDS_HOST}"
echo wtk.builds.host="${WTK_BUILDS_HOST}"
echo javafx.builds.host="${JAVAFX_BUILDS_HOST}"
echo jdk.home="${JDK_HOME}"
echo cvs.root="${CVS_ROOT}"
echo cvs.timestamp="${CVS_STAMP}"
echo cvs.branch="${CVS_BRANCH}"
echo build.jdk7="${BUILD_NBJDK7}"
echo build.jdk8="${BUILD_NBJDK8}"
echo build.jdk11="${BUILD_NBJDK11}"
echo bundle.jdk.platform="${BUNDLE_JDK_PLATFORM}"
echo build.jtb="${BUILD_JTB}"
echo build.mysql="${BUILD_MYSQL}"
echo build.weblogic="${BUILD_WEBLOGIC}"
echo build.netbeans.bundles="${BUILD_NETBEANS}"
echo build.nb="${BUILD_NB}"
echo build.javafx="${RUNJAVAFX}"
echo glassfish.home="${GLASSFISH_HOME}"
echo glassfish.asadmin="${GLASSFISH_ASADMIN}"
echo glassfish.http.port="${GLASSFISH_HTTP_PORT}"
echo glassfish.admin.port="${GLASSFISH_ADMIN_PORT}"
echo glassfish.host="${GLASSFISH_HOST}"
echo glassfish.user="${GLASSFISH_USER}"
echo glassfish.password="${GLASSFISH_PASSWORD}"
echo jarsigner.enabled="${USE_JARSIGNER}"
echo jarsigner.keystore="${JARSIGNER_KEYSTORE}"
echo jarsigner.alias="${JARSIGNER_ALIAS}"
echo jarsigner.storepass="${JARSIGNER_STOREPASS}"
echo nbi.cache.dir="${CACHE_DIR}"
echo nb.binary.name="${BINARY_NAME}"
echo nb.version="${NB_VER_NUMBER}"
|